summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-10 01:45:34 +0000
committeranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-10 01:45:34 +0000
commit05c85403c4fb39643f1d0ab68e2d609fba9da5d7 (patch)
treee97abec82e35f928c102dbfaaf4753f4bb85add3 /cfg-mplayer.h
parente1718bed1926f2056fa77d6b15aa74a823b32fa0 (diff)
downloadmpv-05c85403c4fb39643f1d0ab68e2d609fba9da5d7.tar.bz2
mpv-05c85403c4fb39643f1d0ab68e2d609fba9da5d7.tar.xz
10l bug for float conversion control + feature fix in volume control
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8869 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 06baf818c3..45a6ccb522 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -127,7 +127,7 @@ extern float monitor_aspect;
extern af_cfg_t af_cfg; // Audio filter configuration, defined in libmpcodecs/dec_audio.c
struct config audio_filter_conf[]={
{"list", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
- {"force", &af_cfg.force, CONF_TYPE_INT, CONF_RANGE, 0, 3, NULL},
+ {"force", &af_cfg.force, CONF_TYPE_INT, CONF_RANGE, 0, 7, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
};