diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-12-27 21:03:29 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-12-27 21:03:29 +0100 |
commit | 5fb37598ad5c17e3829829d03845106f4c6c4084 (patch) | |
tree | 4bfc67121fda2fadf7035ab8f2f53490f1076cf4 /doc/filters.texi | |
parent | 954637805d64609d1ca370f2cf12d15dfb41b395 (diff) | |
download | ffmpeg-5fb37598ad5c17e3829829d03845106f4c6c4084.tar.gz |
avfilter/af_stereowiden: 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 d09dd38958..ca12bf1b91 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5171,6 +5171,10 @@ channels. Default is 0.3. Set level of input signal of original channel. Default is 0.8. @end table +@subsection Commands + +This filter supports the all above options except @code{delay} as @ref{commands}. + @section superequalizer Apply 18 band equalizer. |