Mercurial > mplayer.hg
changeset 28592:d9c223f0f7ef
Fix compilation after last commit.
author | cehoyos |
---|---|
date | Tue, 17 Feb 2009 10:13:08 +0000 |
parents | 7ca6dcad8cc0 |
children | 94d9e6403ee4 |
files | libvo/video_out.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */