From aa234b197bce7c4e7a75f3a8e2ca813df298e499 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 17 Nov 2001 00:23:48 +0000 Subject: 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 --- 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 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}, -- cgit v1.2.3