comparison libvo/aspect.h @ 29515:d3700065005f

Forgotten changes to aspect code to handle -wid with -fs.
author reimar
date Thu, 27 Aug 2009 12:35:23 +0000
parents 7681eab10aea
children b1a437cdc60d
comparison
equal deleted inserted replaced
29514:23a59bb3baf4 29515:d3700065005f
31 31
32 void aspect_save_prescale(int prew, int preh); 32 void aspect_save_prescale(int prew, int preh);
33 33
34 void aspect_save_screenres(int scrw, int scrh); 34 void aspect_save_screenres(int scrw, int scrh);
35 35
36 #define A_WINZOOM 2 ///< zoom to fill window size
36 #define A_ZOOM 1 37 #define A_ZOOM 1
37 #define A_NOZOOM 0 38 #define A_NOZOOM 0
38 39
39 void aspect(int *srcw, int *srch, int zoom); 40 void aspect(int *srcw, int *srch, int zoom);
40 void aspect_fit(int *srcw, int *srch, int fitw, int fith); 41 void aspect_fit(int *srcw, int *srch, int fitw, int fith);