[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
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demuxer.c,1.40,1.41 open.c,1.18,1.19 tv.c,1.1,1.2 tv.h,1.1,1.2 tvi_def.h,1.1,1.2 tvi_dummy.c,1.1,1.2 tvi_v4l.c,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main tvision.c,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demuxer.c,1.40,1.41 open.c,1.18,1.19 tv.c,1.1,1.2 tv.h,1.1,1.2 tvi_def.h,1.1,1.2 tvi_dummy.c,1.1,1.2 tvi_v4l.c,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main tvision.c,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list