Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Faiz <mfcc64@gmail.com>2014-06-05 08:42:38 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-06-05 16:04:01 +0400
commit40e938a7edf44d395a216f2b0ad813e305e95466 (patch)
tree2e13a0c702c1e05b646160252a26526587db8a84 /MAINTAINERS
parentda53de07306a301830b234a38bc103c6af9ded7c (diff)
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--MAINTAINERS1
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