[MPlayer-cvslog] r25959 - trunk/libvo/aspect.h
reimar
subversion at mplayerhq.hu
Thu Feb 7 22:04:17 CET 2008
Author: reimar
Date: Thu Feb 7 22:04:17 2008
New Revision: 25959
Log:
Add aspect_fit declaration missing for w32_common.
Modified:
trunk/libvo/aspect.h
Modified: trunk/libvo/aspect.h
==============================================================================
--- trunk/libvo/aspect.h (original)
+++ trunk/libvo/aspect.h Thu Feb 7 22:04:17 2008
@@ -19,5 +19,6 @@ void aspect_save_screenres(int scrw, int
#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 */
More information about the MPlayer-cvslog
mailing list