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

Alex Beregszaszi alex at mplayer.dev.hu
Sat Nov 17 01:23:17 CET 2001


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

Modified Files:
	cfg-common.h 
Log Message:
added support for norm=,chanlist=,channel= and also on-the-fly channel chaning with keys

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cfg-common.h	11 Nov 2001 15:45:39 -0000	1.9
+++ cfg-common.h	17 Nov 2001 00:23:13 -0000	1.10
@@ -98,6 +98,7 @@
 	{"device", &tv_param_device, CONF_TYPE_STRING, 0, 0, 0},
 	{"freq", &tv_param_freq, CONF_TYPE_STRING, 0, 0, 0},
 	{"channel", &tv_param_channel, CONF_TYPE_STRING, 0, 0, 0},
+	{"chanlist", &tv_param_chanlist, 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},




More information about the MPlayer-cvslog mailing list