summaryrefslogtreecommitdiffstats
path: root/libvo/aspect.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-27 12:35:23 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-27 12:35:23 +0000
commit4cbff98bade70f952748e9c3f3281e79fd61f291 (patch)
tree43e451fb8aea035cd70f409d8bda13fa50889544 /libvo/aspect.h
parente8429f1f5b298dc340425d2c4306167b0205df4d (diff)
downloadmpv-4cbff98bade70f952748e9c3f3281e79fd61f291.tar.bz2
mpv-4cbff98bade70f952748e9c3f3281e79fd61f291.tar.xz
Forgotten changes to aspect code to handle -wid with -fs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29557 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/aspect.h')
-rw-r--r--libvo/aspect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/aspect.h b/libvo/aspect.h
index 0c741d4ae3..268153987c 100644
--- a/libvo/aspect.h
+++ b/libvo/aspect.h
@@ -33,6 +33,7 @@ void aspect_save_prescale(int prew, int preh);
void aspect_save_screenres(int scrw, int scrh);
+#define A_WINZOOM 2 ///< zoom to fill window size
#define A_ZOOM 1
#define A_NOZOOM 0