From 5714b89de250585c20af4fd8a98d7d220c5ff6ab Mon Sep 17 00:00:00 2001 From: henry Date: Tue, 22 Oct 2002 07:56:13 +0000 Subject: add an option to force audio recording when a tv card reports no audio sources git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7836 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index abc186adf3..941d9b8348 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -227,6 +227,7 @@ struct config tvopts_conf[]={ {"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 -- cgit v1.2.3