summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-17 00:23:48 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-17 00:23:48 +0000
commitaa234b197bce7c4e7a75f3a8e2ca813df298e499 (patch)
tree1594698b12dfe4d887675c1066333cc11d6674ce /cfg-common.h
parent4332bed459567aa7a746131c56d5a07ba88c05b1 (diff)
downloadmpv-aa234b197bce7c4e7a75f3a8e2ca813df298e499.tar.bz2
mpv-aa234b197bce7c4e7a75f3a8e2ca813df298e499.tar.xz
added support for norm=,chanlist=,channel= and also on-the-fly channel chaning with keys
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2942 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 fe101cf78e..14a7d0bbe7 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -98,6 +98,7 @@ struct config tvopts_conf[]={
{"device", &tv_param_device, CONF_TYPE_STRING, 0, 0, 0},
{"freq", &tv_param_freq, CONF_TYPE_STRING, 0, 0, 0},
{"channel", &tv_param_channel, CONF_TYPE_STRING, 0, 0, 0},
+ {"chanlist", &tv_param_chanlist, CONF_TYPE_STRING, 0, 0, 0},
{"norm", &tv_param_norm, CONF_TYPE_STRING, 0, 0, 0},
{"width", &tv_param_width, CONF_TYPE_INT, 0, 0, 4096},
{"height", &tv_param_height, CONF_TYPE_INT, 0, 0, 4096},