summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-04-17 14:31:13 +0200
committerPaul B Mahol <onemda@gmail.com>2019-04-17 16:34:17 +0200
commita0559fcd81f42f446c93357a943699f9d44eeb79 (patch)
tree0c5732bdd0564a6f78fd4cf0fbc88512890fe32d /doc
parent2a50f1d9e414bdf3d97c6aa649769d17793f2991 (diff)
avfilter/af_sidechaincompress: implement mode option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 867607d870..05a9ca3684 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -390,6 +390,10 @@ The filter accepts the following options:
@item level_in
Set input gain. Default is 1. Range is between 0.015625 and 64.
+@item mode
+Set mode of compressor operation. Can be @code{upward} or @code{downward}.
+Default is @code{downward}.
+
@item threshold
If a signal of stream rises above this level it will affect the gain
reduction.
@@ -4247,6 +4251,10 @@ The filter accepts the following options:
@item level_in
Set input gain. Default is 1. Range is between 0.015625 and 64.
+@item mode
+Set mode of compressor operation. Can be @code{upward} or @code{downward}.
+Default is @code{downward}.
+
@item threshold
If a signal of second stream raises above this level it will affect the gain
reduction of first stream.