From 4a8a46fafddfb4234fa99746c765e95d3a1ccd1d Mon Sep 17 00:00:00 2001 From: cehoyos Date: Tue, 17 Feb 2009 10:13:08 +0000 Subject: [PATCH] Fix compilation after last commit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28627 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvo/video_out.h b/libvo/video_out.h index bc63712826..61588f9efb 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -272,6 +272,6 @@ int lookup_keymap_table(const struct keymap *map, int key); 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 */