[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
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demuxer.c,1.41,1.42 open.c,1.19,1.20 tv.c,1.8,1.9 tv.h,1.6,1.7 tvi_dummy.c,1.4,1.5 tvi_v4l.c,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/libvo osd.c,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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},
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demuxer.c,1.41,1.42 open.c,1.19,1.20 tv.c,1.8,1.9 tv.h,1.6,1.7 tvi_dummy.c,1.4,1.5 tvi_v4l.c,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/libvo osd.c,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list