From 05c85403c4fb39643f1d0ab68e2d609fba9da5d7 Mon Sep 17 00:00:00 2001 From: anders Date: Fri, 10 Jan 2003 01:45:34 +0000 Subject: 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 --- cfg-mplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg-mplayer.h') 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} }; -- cgit v1.2.3