[Mplayer-cvslog] CVS: main cfg-common.h,1.91,1.92

Arpi of Ize arpi at mplayerhq.hu
Sun Apr 6 16:45:57 CEST 2003


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

Modified Files:
	cfg-common.h 
Log Message:
(experimental, for testing/debugging) -novideo option added


Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- cfg-common.h	30 Mar 2003 17:14:02 -0000	1.91
+++ cfg-common.h	6 Apr 2003 14:45:32 -0000	1.92
@@ -78,6 +78,7 @@
 	{"aid", &audio_id, CONF_TYPE_INT, CONF_RANGE, 0, 8192, NULL},
 	{"vid", &video_id, CONF_TYPE_INT, CONF_RANGE, 0, 8192, NULL},
 	{"sid", &dvdsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL},
+	{"novideo", &video_id, CONF_TYPE_FLAG, 0, -1, -2, NULL},
 
 	{ "hr-mp3-seek", &hr_mp3_seek, CONF_TYPE_FLAG, 0, 0, 1, NULL },
 	{ "nohr-mp3-seek", &hr_mp3_seek, CONF_TYPE_FLAG, 0, 1, 0, NULL},



More information about the MPlayer-cvslog mailing list