diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-12-18 16:04:40 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-12-25 11:32:41 +0100 |
commit | 209488ccb0f38fbb384a4821f8c170986255d21b (patch) | |
tree | 28f62047adca8dab5e8ef715a11350c2b9b680f3 /doc/filters.texi | |
parent | 2497a45562f6439f7d0002319d53d925f0c51535 (diff) | |
download | ffmpeg-209488ccb0f38fbb384a4821f8c170986255d21b.tar.gz |
avfilter: add anlmf filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index da95688c53..05d4b1a56e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2301,8 +2301,8 @@ Set smooth factor. Default value is @var{11}. Allowed range is from @var{1} to @ This filter supports the all above options as @ref{commands}. -@section anlms -Apply Normalized Least-Mean-Squares algorithm to the first audio stream using the second audio stream. +@section anlmf, anlms +Apply Normalized Least-Mean-(Squares|Fourth) algorithm to the first audio stream using the second audio stream. This adaptive filter is used to mimic a desired filter by finding the filter coefficients that relate to producing the least mean square of the error signal (difference between the desired, |