diff options
author | Muhammad Faiz <mfcc64@gmail.com> | 2014-06-05 11:42:38 +0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-05 14:04:01 +0200 |
commit | 40e938a7edf44d395a216f2b0ad813e305e95466 (patch) | |
tree | 2e13a0c702c1e05b646160252a26526587db8a84 /Changelog | |
parent | da53de07306a301830b234a38bc103c6af9ded7c (diff) | |
download | ffmpeg-40e938a7edf44d395a216f2b0ad813e305e95466.tar.gz |
avfilter: new multimedia filter avf_showcqt.c
this filter is the same as showspectrum but with constant Q transform,
so frequency is spaced logarithmically
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ version <next>: - native Opus decoder - display matrix export and rotation api - WebVTT encoder +- showcqt multimedia filter version 2.2: |