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 /MAINTAINERS | |
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 29c83969d7..f06c23f92f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -341,6 +341,7 @@ Filters: af_ladspa.c Paul B Mahol af_pan.c Nicolas George avf_avectorscope.c Paul B Mahol + avf_showcqt.c Muhammad Faiz vf_blend.c Paul B Mahol vf_colorbalance.c Paul B Mahol vf_dejudder.c Nicholas Robbins |