# HG changeset patch # User cehoyos # Date 1234865588 0 # Node ID d9c223f0f7efe674132e06e1eb0b160b1634e6a5 # Parent 7ca6dcad8cc08f6e44e2c5528743652a1e0411fe Fix compilation after last commit. diff -r 7ca6dcad8cc0 -r d9c223f0f7ef libvo/video_out.h --- a/libvo/video_out.h Tue Feb 17 08:09:36 2009 +0000 +++ b/libvo/video_out.h Tue Feb 17 10:13:08 2009 +0000 @@ -272,6 +272,6 @@ struct vo_rect { int left, right, top, bottom, width, height; }; -void calc_src_dst_rects(int src_width, int src_height, struct vo_rect *src, struct vo_rect *dst, struct vo_rect *crop); +void calc_src_dst_rects(int src_width, int src_height, struct vo_rect *src, struct vo_rect *dst, const struct vo_rect *crop); #endif /* MPLAYER_VIDEO_OUT_H */