diff options
author | Clément Bœsch <clement@stupeflix.com> | 2013-11-20 16:35:48 +0100 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2013-11-20 16:35:48 +0100 |
commit | 9c8b24080638da34e7261b742168855ce85c277f (patch) | |
tree | f80b6bf431602ad116b1c3ab9b4c9e94ad6b9767 /doc | |
parent | 3e69f7c22106c45485becf3341c4ea3c67d02acc (diff) | |
download | ffmpeg-9c8b24080638da34e7261b742168855ce85c277f.tar.gz |
avfilter/showspectrum: add blackman window.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 59d5dd5d55..a3a76368cd 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -9782,6 +9782,8 @@ No samples pre-processing (do not expect this to be faster) Hann window @item hamming Hamming window +@item blackman +Blackman window @end table Default value is @code{hann}. |