summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tv.c
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-22 07:56:13 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-22 07:56:13 +0000
commit5714b89de250585c20af4fd8a98d7d220c5ff6ab (patch)
treec439508e40e4d7efecc40dcd20854b899a387844 /libmpdemux/tv.c
parent3ab85b91916e0f6029893154682a8a171244c428 (diff)
downloadmpv-5714b89de250585c20af4fd8a98d7d220c5ff6ab.tar.bz2
mpv-5714b89de250585c20af4fd8a98d7d220c5ff6ab.tar.xz
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
Diffstat (limited to 'libmpdemux/tv.c')
-rw-r--r--libmpdemux/tv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/tv.c b/libmpdemux/tv.c
index e0f78c906c..7ecd6339e9 100644
--- a/libmpdemux/tv.c
+++ b/libmpdemux/tv.c
@@ -59,6 +59,7 @@ int tv_param_bass = -1;
int tv_param_treble = -1;
int tv_param_balance = -1;
int tv_param_forcechan = -1;
+int tv_param_force_audio = 0;
#ifdef HAVE_ALSA9
int tv_param_alsa = 0;
#endif