[Mplayer-cvslog] CVS: main cfg-common.h,1.3,1.4

Alex Beregszaszi alex at mplayer.dev.hu
Sun Nov 11 00:32:12 CET 2001


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

Modified Files:
	cfg-common.h 
Log Message:
tv update

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cfg-common.h	9 Nov 2001 23:44:39 -0000	1.3
+++ cfg-common.h	10 Nov 2001 23:32:10 -0000	1.4
@@ -94,11 +94,12 @@
 	{"on", &tv_param_on, CONF_TYPE_FLAG, 0, 0, 1},
 	{"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0},
 	{"device", &tv_param_device, CONF_TYPE_STRING, 0, 0, 0},
-	{"freq", &tv_param_freq, CONF_TYPE_FLOAT, CONF_RANGE, 0, 2500000},
+	{"freq", &tv_param_freq, CONF_TYPE_INT, CONF_RANGE, 0, 2500000},
 	{"channel", &tv_param_channel, CONF_TYPE_STRING, 0, 0, 0},
 	{"norm", &tv_param_norm, CONF_TYPE_STRING, 0, 0, 0},
 	{"width", &tv_param_width, CONF_TYPE_INT, 0, 0, 4096},
 	{"height", &tv_param_height, CONF_TYPE_INT, 0, 0, 4096},
+	{"input", &tv_param_input, CONF_TYPE_INT, 0, 0, 20},
 	{NULL, NULL, 0, 0, 0, 0}
 };
 #endif




More information about the MPlayer-cvslog mailing list