[Mplayer-cvslog] CVS: main cfg-common.h,1.29,1.30

Alex Beregszaszi alex at mplayer.dev.hu
Fri Mar 15 17:10:09 CET 2002


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

Modified Files:
	cfg-common.h 
Log Message:
tv -noaudio support by Charles Henrich

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- cfg-common.h	6 Feb 2002 20:16:35 -0000	1.29
+++ cfg-common.h	15 Mar 2002 16:10:06 -0000	1.30
@@ -98,6 +98,7 @@
 #ifdef USE_TV
 struct config tvopts_conf[]={
 	{"on", &tv_param_on, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+	{"noaudio", &tv_param_noaudio, CONF_TYPE_FLAG, 0, 0, 1, NULL},
 	{"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"device", &tv_param_device, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"freq", &tv_param_freq, CONF_TYPE_STRING, 0, 0, 0, NULL},




More information about the MPlayer-cvslog mailing list