diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-02-09 10:59:20 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-02-09 10:59:20 +0100 |
commit | 3f24e744ad3a490687b7091ad42f3dd232643a93 (patch) | |
tree | b030bf56293c25dbe2b0b2794987dfd40303789d /doc/filters.texi | |
parent | d8429981832109746130d6614d73a40680e22eab (diff) | |
download | ffmpeg-3f24e744ad3a490687b7091ad42f3dd232643a93.tar.gz |
avfilter/af_asoftclip: add support for commands
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 6f941dc191..d0ba9bf925 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2257,6 +2257,10 @@ It accepts the following values: Set additional parameter which controls sigmoid function. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section asr Automatic Speech Recognition |