[MPlayer-cvslog] r28627 - trunk/libvo/video_out.h
cehoyos
subversion at mplayerhq.hu
Tue Feb 17 11:13:08 CET 2009
Author: cehoyos
Date: Tue Feb 17 11:13:08 2009
New Revision: 28627
Log:
Fix compilation after last commit.
Modified:
trunk/libvo/video_out.h
Modified: trunk/libvo/video_out.h
==============================================================================
--- trunk/libvo/video_out.h Tue Feb 17 09:09:36 2009 (r28626)
+++ trunk/libvo/video_out.h Tue Feb 17 11:13:08 2009 (r28627)
@@ -272,6 +272,6 @@ int lookup_keymap_table(const struct 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 */
More information about the MPlayer-cvslog
mailing list