[MPlayer-cvslog] CVS: main/libvo video_out.c,1.94,1.95

Richard Felker CVS syncmail at mplayerhq.hu
Tue Nov 30 08:42:10 CET 2004


CVS change done by Richard Felker CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv27666/libvo

Modified Files:
	video_out.c 
Log Message:
it's stupid for the default to be something both slower (for xv+dr) and visually incorrect.. use -nodouble if you want old behavior

Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- video_out.c	28 Oct 2004 01:15:52 -0000	1.94
+++ video_out.c	30 Nov 2004 07:42:08 -0000	1.95
@@ -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;




More information about the MPlayer-cvslog mailing list