diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-11-17 13:43:55 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-11-17 13:49:38 +0100 |
commit | bb7bb440c2010d707edf1e8f0b85d031ae299cbd (patch) | |
tree | c10502fb9d6c9c130f5398f5ffe01557b9928cca /doc/filters.texi | |
parent | 96f1b45b8c7d573529a3c716be99486fc83e7518 (diff) | |
download | ffmpeg-bb7bb440c2010d707edf1e8f0b85d031ae299cbd.tar.gz |
avfilter/af_anlmdn: support all options as commands
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 8c9eccb00e..15e4873dcf 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1935,16 +1935,7 @@ Set smooth factor. Default value is @var{11}. Allowed range is from @var{1} to @ @subsection Commands -This filter supports the following commands: -@table @option -@item s -Change denoise strength. Argument is single float number. -Syntax for the command is : "@var{s}" - -@item o -Change output mode. -Syntax for the command is : "i", "o" or "n" string. -@end table +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. |