diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-31 20:38:56 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-31 20:38:56 +0000 |
commit | c8d427c72e6c076792f04c8361be689701062ae5 (patch) | |
tree | dc3a2bf2459cec5a5cbe55f2d65a6d7655588c4f /libvo/video_out.c | |
parent | 694e69388452670f5eab8054c19c5ce8ed03a9a3 (diff) | |
download | mpv-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.c')
-rw-r--r-- | libvo/video_out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c index 6b2d5d7e44..a6696f465f 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 vo_directrendering=1; +int vo_directrendering=0; /**************************************** * GAMMA CORRECTION * ****************************************/ |