# HG changeset patch # User pl # Date 1016979324 0 # Node ID 4b32fe3758fa07abe12f220136ce92b43168d169 # Parent 77ac28af44ecad183b53326d327153741941d811 allow negative mul values (-1.0 => will reverse channels L&R) diff -r 77ac28af44ec -r 4b32fe3758fa cfg-mplayer.h --- a/cfg-mplayer.h Sun Mar 24 06:10:13 2002 +0000 +++ b/cfg-mplayer.h Sun Mar 24 14:15:24 2002 +0000 @@ -109,7 +109,7 @@ {"format", &ao_plugin_cfg.pl_format_type, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, {"fout", &ao_plugin_cfg.pl_resample_fout, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, {"volume", &ao_plugin_cfg.pl_volume_volume, CONF_TYPE_INT, CONF_RANGE, 0, 255, NULL}, - {"mul", &ao_plugin_cfg.pl_extrastereo_mul, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL}, + {"mul", &ao_plugin_cfg.pl_extrastereo_mul, CONF_TYPE_FLOAT, CONF_RANGE, -10.0, 10.0, NULL}, {"softclip", &ao_plugin_cfg.pl_volume_softclip, CONF_TYPE_FLAG, 0, 0, 1, NULL}, {NULL, NULL, 0, 0, 0, 0, NULL} };