summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-12 22:58:13 +0100
committerPaul B Mahol <onemda@gmail.com>2021-02-12 23:01:52 +0100
commit95b854dd0630183d4130ad27097796ef167eb96b (patch)
treee0f9536ac85c392a465c3f27ab354920ca7ba62a /doc
parent05a6d82d5cc3e5c5b0ea97b9a6f4778c1c82d71c (diff)
avfilter/af_amix: rename sum option to normalize
It makes more sense to still use provided weights.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index b3b34bb2e8..282109e808 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1936,10 +1936,10 @@ stream ends. The default value is 2 seconds.
Specify weight of each input audio stream as sequence.
Each weight is separated by space. By default all inputs have same weight.
-@item sum
-Do not scale inputs but instead do only summation of samples.
-Beware of heavy clipping if inputs are not normalized prior of filtering
-or output from @var{amix} normalized after filtering. By default is disabled.
+@item normalize
+Always scale inputs instead of only doing summation of samples.
+Beware of heavy clipping if inputs are not normalized prior or after filtering
+by this filter if this option is disabled. By default is enabled.
@end table
@subsection Commands