summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-13 12:32:42 +0000
committeranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-13 12:32:42 +0000
commitead9372b404a31ec231796338aed148e63ff3d77 (patch)
tree5725e31b092a5b37e4fc55594e8b13b6aa28149e /cfg-mplayer.h
parent54610a5997817c34b51c5c25342b502438b4fa7f (diff)
downloadmpv-ead9372b404a31ec231796338aed148e63ff3d77.tar.bz2
mpv-ead9372b404a31ec231796338aed148e63ff3d77.tar.xz
Added soft clipping for software volume control
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5064 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 172b49ff53..46906c4110 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -112,6 +112,7 @@ struct config ao_plugin_conf[]={
{"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},
+ {"softclip", &ao_plugin_cfg.pl_volume_softclip, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
};