[Mplayer-cvslog] CVS: main cfg-common.h,1.8,1.9

Alex Beregszaszi alex at mplayer.dev.hu
Sun Nov 11 16:45:41 CET 2001


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

Modified Files:
	cfg-common.h 
Log Message:
changed tv_param_freq to string

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cfg-common.h	11 Nov 2001 13:48:11 -0000	1.8
+++ cfg-common.h	11 Nov 2001 15:45:39 -0000	1.9
@@ -96,7 +96,7 @@
 	{"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_INT, CONF_RANGE, 0, 2500000},
+	{"freq", &tv_param_freq, CONF_TYPE_STRING, 0, 0, 0},
 	{"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},




More information about the MPlayer-cvslog mailing list