summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-11-19 19:01:23 +0100
committerPaul B Mahol <onemda@gmail.com>2022-11-28 23:18:03 +0100
commitd34c1b389ee6395ba81eec4d50316f189681da5d (patch)
tree645eec9ec68e1ec4da8f2e74daa761b951d62bc0 /libavfilter/allfilters.c
parent93810a625cb7d0dc174576951519ce72321c9f66 (diff)
downloadffmpeg-d34c1b389ee6395ba81eec4d50316f189681da5d.tar.gz
avfilter: add showcwt multimedia filter
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index e0598e9986..347afa787b 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -558,6 +558,7 @@ extern const AVFilter ff_avf_aphasemeter;
extern const AVFilter ff_avf_avectorscope;
extern const AVFilter ff_avf_concat;
extern const AVFilter ff_avf_showcqt;
+extern const AVFilter ff_avf_showcwt;
extern const AVFilter ff_avf_showfreqs;
extern const AVFilter ff_avf_showspatial;
extern const AVFilter ff_avf_showspectrum;