summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-31 17:49:51 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-31 17:49:51 +0000
commiteb5bf3b88e11054e30aaa34e713a4a61c167cc04 (patch)
tree61f2407f803d6bbb47f724b4fe14f6652f2dfc79 /cfg-common.h
parentd244fffa741baa4757c5385e53c93cee4224d599 (diff)
downloadmpv-eb5bf3b88e11054e30aaa34e713a4a61c167cc04.tar.bz2
mpv-eb5bf3b88e11054e30aaa34e713a4a61c167cc04.tar.xz
New "automute" tv:// option.
Will switch off sound and show blue screen instead of video with noise when signal level (in 0-255 scale) is less than specified value. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23440 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 b250fe9286..d1817e3d04 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -429,6 +429,7 @@ m_option_t tvopts_conf[]={
{"channel", &tv_param_channel, CONF_TYPE_STRING, 0, 0, 0, NULL},
{"chanlist", &tv_param_chanlist, CONF_TYPE_STRING, 0, 0, 0, NULL},
{"norm", &tv_param_norm, CONF_TYPE_STRING, 0, 0, 0, NULL},
+ {"automute", &tv_param_automute, CONF_TYPE_INT, CONF_RANGE, 0, 255, NULL},
#ifdef HAVE_TV_V4L2
{"normid", &tv_param_normid, CONF_TYPE_INT, 0, 0, 0, NULL},
#endif