1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

Add aspect_fit declaration missing for w32_common.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25959 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-02-07 21:04:17 +00:00
parent 3300ba4d46
commit 398e1c1595

View File

@ -19,5 +19,6 @@ void aspect_save_screenres(int scrw, int scrh);
#define A_NOZOOM 0
void aspect(int *srcw, int *srch, int zoom);
void aspect_fit(int *srcw, int *srch, int fitw, int fith);
#endif /* ASPECT_H */