diff options
author | Muhammad Faiz <mfcc64@gmail.com> | 2017-08-23 01:35:35 +0700 |
---|---|---|
committer | Muhammad Faiz <mfcc64@gmail.com> | 2017-08-25 10:35:23 +0700 |
commit | ae1ce0db91b8c29c94bcb2ab398d6102346344ef (patch) | |
tree | 62ea46995e8a489f5a971dbef37c1d590e068948 /doc | |
parent | e51073fe00d2f7ae1c455d441b305e2b5c8251bc (diff) | |
download | ffmpeg-ae1ce0db91b8c29c94bcb2ab398d6102346344ef.tar.gz |
avfilter/af_firequalizer: add min_phase option
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
Diffstat (limited to 'doc')
-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 8416ee44e5..bc618a8eb9 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2667,6 +2667,9 @@ Default is linlog. @item fft2 Enable 2-channel convolution using complex FFT. This improves speed significantly. Default is disabled. + +@item min_phase +Enable minimum phase impulse response. Default is disabled. @end table @subsection Examples |