summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 15:45:39 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 15:45:39 +0000
commitf0d03f4feeab17dca09a83da1e38f1a9a63eeac7 (patch)
treee10a7f996eb3e2bf439b416da0b77d3f1ee0c934 /cfg-common.h
parent9743ad6832946ce55fdac12a31b591dbfadf49aa (diff)
downloadmpv-f0d03f4feeab17dca09a83da1e38f1a9a63eeac7.tar.bz2
mpv-f0d03f4feeab17dca09a83da1e38f1a9a63eeac7.tar.xz
changed tv_param_freq to string
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2839 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 6e126f775b..fe101cf78e 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -96,7 +96,7 @@ struct config tvopts_conf[]={
{"on", &tv_param_on, CONF_TYPE_FLAG, 0, 0, 1},
{"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0},
{"device", &tv_param_device, CONF_TYPE_STRING, 0, 0, 0},
- {"freq", &tv_param_freq, CONF_TYPE_INT, CONF_RANGE, 0, 2500000},
+ {"freq", &tv_param_freq, CONF_TYPE_STRING, 0, 0, 0},
{"channel", &tv_param_channel, 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},