summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-01 14:52:15 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-01 14:52:15 +0000
commita011baa532a11a0f4327325e55a831047d2947bb (patch)
tree4450d050cf2a3913acdf6586501fe4103300a2f7 /libvo/video_out.h
parent7dee0c9d8d10f0184ce2262bebf54cbc62fd8482 (diff)
downloadmpv-a011baa532a11a0f4327325e55a831047d2947bb.tar.bz2
mpv-a011baa532a11a0f4327325e55a831047d2947bb.tar.xz
keepaspect and nokeepaspect are now useable by all vos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12372 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 3f5dbc9124..7d83b2c97f 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -198,6 +198,7 @@ extern int vo_fsmode;
extern float vo_panscan;
extern int vo_adapter_num;
extern int vo_refresh_rate;
+extern int vo_keepaspect;
extern int vo_gamma_brightness;
extern int vo_gamma_saturation;