aboutsummaryrefslogtreecommitdiffstats
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-05-14 11:59:04 +0200
committerPaul B Mahol <onemda@gmail.com>2017-05-14 11:59:04 +0200
commit69b83f599224932a94d56081d008d373e1e51709 (patch)
treea08ebf57a3502597b5fb0f0ba9d33342093ec96f /doc/filters.texi
parent8630b2cd36c57918acfe18302fe77d1ceefbd676 (diff)
downloadffmpeg-69b83f599224932a94d56081d008d373e1e51709.tar.gz
avfilter/af_compand: fix default companding to avoid clipping
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 5985db6021..0ea4e26998 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2080,7 +2080,7 @@ the following syntax: @code{x0/y0|x1/y1|x2/y2|....} or
The input values must be in strictly increasing order but the transfer function
does not have to be monotonically rising. The point @code{0/0} is assumed but
may be overridden (by @code{0/out-dBn}). Typical values for the transfer
-function are @code{-70/-70|-60/-20}.
+function are @code{-70/-70|-60/-20|1/0}.
@item soft-knee
Set the curve radius in dB for all joints. It defaults to 0.01.