diff options
author | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-11-30 07:42:08 +0000 |
---|---|---|
committer | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-11-30 07:42:08 +0000 |
commit | 16e078118efe1b4fb45687055884d5c56305dbef (patch) | |
tree | d8ace73ddc09f8156476d1f461cf6e732f55e418 /libvo | |
parent | 484f4b8f1cdef856720c14ac43cf316bbbd78e54 (diff) |
it's stupid for the default to be something both slower (for xv+dr) and visually incorrect.. use -nodouble if you want old behavior
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14067 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-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 7eef722b3d..e058316e36 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -35,7 +35,7 @@ int vo_dbpp=0; int vo_nomouse_input = 0; int vo_grabpointer = 1; -int vo_doublebuffering = 0; +int vo_doublebuffering = 1; int vo_vsync = 0; int vo_fs = 0; int vo_fsmode = 0; |