[MPlayer-cvslog] CVS: main cfg-common.h,1.144,1.145

Jindrich Makovicka CVS syncmail at mplayerhq.hu
Fri May 13 16:45:30 CEST 2005


CVS change done by Jindrich Makovicka CVS

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

Modified Files:
	cfg-common.h 
Log Message:
fix the range and type of -tv immediatemode option

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- cfg-common.h	26 Apr 2005 15:07:11 -0000	1.144
+++ cfg-common.h	13 May 2005 14:45:28 -0000	1.145
@@ -348,7 +348,7 @@
 #ifdef USE_TV
 m_option_t tvopts_conf[]={
 	{"on", "-tv on is deprecated, use tv:// instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
-	{"immediatemode", &tv_param_immediate, CONF_TYPE_FLAG, 0, 0, 0, NULL},
+	{"immediatemode", &tv_param_immediate, CONF_TYPE_INT, CONF_RANGE, 0, 1, NULL},
 	{"noaudio", &tv_param_noaudio, CONF_TYPE_FLAG, 0, 0, 1, NULL},
 	{"audiorate", &tv_param_audiorate, CONF_TYPE_INT, 0, 0, 0, NULL},
 	{"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0, NULL},




More information about the MPlayer-cvslog mailing list