diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-13 14:39:51 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-13 14:39:51 +0200 |
commit | 878f8b0d26e9bd34f27949e8b7d2be6c864ca998 (patch) | |
tree | 80dcab1fb6118211073a065d97ed5f9575fc4c50 /doc | |
parent | c11aa9d29aaea7a9f6952d17707eb549fd32c65e (diff) | |
parent | aaab192df24a90f4450285cfb73b395cf495b462 (diff) | |
download | ffmpeg-878f8b0d26e9bd34f27949e8b7d2be6c864ca998.tar.gz |
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.texi | 5 |
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 |