[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.131,1.132

Atmosfear atmos4 at mplayer.dev.hu
Tue Feb 12 16:06:06 CET 2002


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv9455

Modified Files:
	cfg-mplayer.h 
Log Message:
add vsync support for doublebuffering to vo_vesa

Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- cfg-mplayer.h	3 Feb 2002 09:28:57 -0000	1.131
+++ cfg-mplayer.h	12 Feb 2002 15:05:58 -0000	1.132
@@ -37,6 +37,7 @@
 
 #ifndef USE_LIBVO2
 extern int vo_doublebuffering;
+extern int vo_vsync;
 extern int vo_fsmode;
 extern int vo_dbpp;
 /* gamma correction */
@@ -248,6 +249,8 @@
 	{"fsmode", &vo_fsmode, CONF_TYPE_INT, CONF_RANGE, 0, 15, NULL},
 	{"double", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 0, 1, NULL},
 	{"nodouble", &vo_doublebuffering, CONF_TYPE_FLAG, 0, 1, 0, NULL},
+	{"vsync", &vo_vsync, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+	{"novsync", &vo_vsync, CONF_TYPE_FLAG, 0, 1, 0, NULL},
 	{"brightness",&vo_gamma_brightness, CONF_TYPE_INT, CONF_RANGE, -1000, 1000, NULL},
 	{"saturation",&vo_gamma_saturation, CONF_TYPE_INT, CONF_RANGE, -1000, 1000, NULL},
 	{"contrast",&vo_gamma_contrast, CONF_TYPE_INT, CONF_RANGE, -1000, 1000, NULL},




More information about the MPlayer-cvslog mailing list