changeset 14066:db6de212435b

it's stupid for the default to be something both slower (for xv+dr) and visually incorrect.. use -nodouble if you want old behavior
author rfelker
date Tue, 30 Nov 2004 07:42:08 +0000
parents de6ed5d2805d
children 95575eef1fbd
files libvo/video_out.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.c	Tue Nov 30 02:36:05 2004 +0000
+++ b/libvo/video_out.c	Tue Nov 30 07:42:08 2004 +0000
@@ -35,7 +35,7 @@
 
 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;