summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-20 15:39:08 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-20 15:39:08 +0000
commit6403904ae9ffc67aa04da131c514c84e67a1f5df (patch)
tree74f0ae0f7713dc813c70987638d22f62494f6338 /libvo/video_out.c
parentf8b635b46e398c5f9e9dfe600979a76a65e6ac70 (diff)
downloadmpv-6403904ae9ffc67aa04da131c514c84e67a1f5df.tar.bz2
mpv-6403904ae9ffc67aa04da131c514c84e67a1f5df.tar.xz
using -dr instead -vaa_dr
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5225 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 234c3ce742..cd4af7581d 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -59,7 +59,7 @@ int vo_pts=0; // for hw decoding
float vo_fps=0; // for mp1e rte
char *vo_subdevice = NULL;
-int vaa_use_dr=1;
+int vo_directrendering=1;
/****************************************
* GAMMA CORRECTION *
****************************************/