From 95b854dd0630183d4130ad27097796ef167eb96b Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 12 Feb 2021 22:58:13 +0100 Subject: avfilter/af_amix: rename sum option to normalize It makes more sense to still use provided weights. --- doc/filters.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3