diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-08-23 19:30:48 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-08-23 19:43:06 +0200 |
commit | 7f194c7d965ff9791e498074ca803ab0a097fa01 (patch) | |
tree | cfff456c43b3b99fae62848abde57748c00382fe /doc | |
parent | 0383ec88a56dcad7b2e87ff243f26d3287ba3fdb (diff) | |
download | ffmpeg-7f194c7d965ff9791e498074ca803ab0a097fa01.tar.gz |
avfilter/af_afreqshift: allow to change order of filters
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index c84202cf85..b902aca12d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1487,6 +1487,10 @@ Default value is 0.0. @item level Set output gain applied to final output. Allowed range is from 0.0 to 1.0. Default value is 1.0. + +@item order +Set filter order used for filtering. Allowed range is from 1 to 16. +Default value is 8. @end table @subsection Commands @@ -2335,6 +2339,10 @@ Default value is 0.0. @item level Set output gain applied to final output. Allowed range is from 0.0 to 1.0. Default value is 1.0. + +@item order +Set filter order used for filtering. Allowed range is from 1 to 16. +Default value is 8. @end table @subsection Commands |