avfilter/af_sidechaincompress: add forgotten option

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol
2015-11-25 12:44:07 +01:00
parent 29af74e4e3
commit 5b106215ba
2 changed files with 8 additions and 1 deletions

View File

@@ -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