summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-31 20:38:56 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-31 20:38:56 +0000
commitc8d427c72e6c076792f04c8361be689701062ae5 (patch)
treedc3a2bf2459cec5a5cbe55f2d65a6d7655588c4f /libvo/video_out.h
parent694e69388452670f5eab8054c19c5ce8ed03a9a3 (diff)
downloadmpv-c8d427c72e6c076792f04c8361be689701062ae5.tar.bz2
mpv-c8d427c72e6c076792f04c8361be689701062ae5.tar.xz
disabling direct rendering by default (too buggy and conflicts with osd/sub)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5432 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 654ff4951e..6bd9674463 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -208,6 +208,7 @@ extern int vo_old_width;
extern int vo_old_height;
extern int vo_doublebuffering;
+extern int vo_directrendering;
extern int vo_vsync;
extern int vo_fs;
extern int vo_fsmode;