Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv8312 Modified Files: cfg-common.h Log Message: add an option to force audio recording when a tv card reports no audio sources Index: cfg-common.h =================================================================== RCS file: /cvsroot/mplayer/main/cfg-common.h,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- cfg-common.h 6 Oct 2002 11:23:00 -0000 1.63 +++ cfg-common.h 22 Oct 2002 07:55:52 -0000 1.64 @@ -227,6 +227,7 @@ {"treble", &tv_param_treble, CONF_TYPE_INT, CONF_RANGE, 0, 65535, NULL}, {"balance", &tv_param_balance, CONF_TYPE_INT, CONF_RANGE, 0, 65535, NULL}, {"forcechan", &tv_param_forcechan, CONF_TYPE_INT, CONF_RANGE, 1, 2, NULL}, + {"forceaudio", &tv_param_force_audio, CONF_TYPE_FLAG, 0, 0, 1, NULL}, #ifdef HAVE_ALSA9 {"alsa", &tv_param_alsa, CONF_TYPE_FLAG, 0, 0, 1, NULL}, #endif
participants (1)
-
Jindrich Makovicka CVS