summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-15 16:10:06 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-15 16:10:06 +0000
commit04d1ecef32de760c4d7e2e078a2ed5c23c0e78db (patch)
tree08897529e168da34ae431c6bea558af6860afd17 /cfg-common.h
parent0add53c7fe0e041951cf81fdcaa98de876909638 (diff)
downloadmpv-04d1ecef32de760c4d7e2e078a2ed5c23c0e78db.tar.bz2
mpv-04d1ecef32de760c4d7e2e078a2ed5c23c0e78db.tar.xz
tv -noaudio support by Charles Henrich
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5090 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index d73ce8303c..0043940725 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -98,6 +98,7 @@
#ifdef USE_TV
struct config tvopts_conf[]={
{"on", &tv_param_on, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+ {"noaudio", &tv_param_noaudio, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0, NULL},
{"device", &tv_param_device, CONF_TYPE_STRING, 0, 0, 0, NULL},
{"freq", &tv_param_freq, CONF_TYPE_STRING, 0, 0, 0, NULL},