summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-11-25 12:44:07 +0100
committerPaul B Mahol <onemda@gmail.com>2015-11-25 12:57:13 +0100
commit5b106215babec37dfb0b38efdff6d2c844adfe41 (patch)
treea5982a3b5bf997e0c79b5a0176f08f41ba94e5ef /doc
parent29af74e4e36daa3aa3ebafede844412d8cfff32b (diff)
avfilter/af_sidechaincompress: add forgotten option
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 25134fd886..daa1b380ac 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2383,6 +2383,10 @@ reduction. Default is @code{average}.
@item detection
Should the exact signal be taken in case of @code{peak} or an RMS one in case
of @code{rms}. Default is @code{rms} which is mainly smoother.
+
+@item mix
+How much to use compressed signal in output. Default is 1.
+Range is between 0 and 1.
@end table
@subsection Examples