diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-05-13 22:00:08 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-05-13 22:09:08 +0200 |
commit | b90341d1d5585b7181873ac4d85a7c373eb3b2ae (patch) | |
tree | 8c937e9daa169f287eab74e24960b1a173559ffc /doc/filters.texi | |
parent | 710dce131fdb6c1ebec1f26a7a4173d82d828330 (diff) | |
download | ffmpeg-b90341d1d5585b7181873ac4d85a7c373eb3b2ae.tar.gz |
avfilter/af_asubboost: add channels option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index e7623b7967..45ebcccf1c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3159,6 +3159,9 @@ Default value is 0.5. @item delay Set delay. Allowed range is from 1 to 100. Default value is 20. + +@item channels +Set the channels to process. Default value is all available. @end table @subsection Commands |