summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-13 14:39:51 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-13 14:39:51 +0200
commit878f8b0d26e9bd34f27949e8b7d2be6c864ca998 (patch)
tree80dcab1fb6118211073a065d97ed5f9575fc4c50 /doc
parentc11aa9d29aaea7a9f6952d17707eb549fd32c65e (diff)
parentaaab192df24a90f4450285cfb73b395cf495b462 (diff)
Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462'
* commit 'aaab192df24a90f4450285cfb73b395cf495b462': af_volume: implement replaygain clipping prevention Conflicts: doc/filters.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index ae243ba35b..fdbe80d344 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1911,6 +1911,11 @@ The command accepts the same syntax of the corresponding option.
If the specified expression is not valid, it is kept at its current
value.
+@item replaygain_noclip
+Prevent clipping by limiting the gain applied.
+
+Default value for @var{replaygain_noclip} is 1.
+
@end table
@subsection Examples