mirror of
https://github.com/mpv-player/mpv
synced 2025-04-04 23:40:47 +00:00
Fix compilation after last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28627 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a3dbab1813
commit
4a8a46fafd
@ -272,6 +272,6 @@ int lookup_keymap_table(const struct keymap *map, int key);
|
|||||||
struct vo_rect {
|
struct vo_rect {
|
||||||
int left, right, top, bottom, width, height;
|
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 */
|
#endif /* MPLAYER_VIDEO_OUT_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user