diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-10-10 19:55:30 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-10-10 20:04:25 +0200 |
commit | 7a6d88ee6269666e5676a37a75bde231a6508e28 (patch) | |
tree | fc295085290b481b01c4aa8b298686b466442f13 /doc/filters.texi | |
parent | a628fa1feca439d93adb95b5b1b27f78c3ff2eaa (diff) | |
download | ffmpeg-7a6d88ee6269666e5676a37a75bde231a6508e28.tar.gz |
avfilter/af_afir: remove again option, merge it with gtype
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ceeee0e785..c327b2c22b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1173,14 +1173,15 @@ Set wet gain. This sets final output gain. @item length Set Impulse Response filter length. Default is 1, which means whole IR is processed. -@item again -Enable applying gain measured from power of IR. For approach to use for measuring power -of IR see next option. - @item gtype +Enable applying gain measured from power of IR. + Set which approach to use for auto gain measurement. @table @option +@item none +Do not apply any gain. + @item peak select peak gain, very conservative approach. This is default value. |