summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-08-11 16:37:45 +0200
committerPaul B Mahol <onemda@gmail.com>2015-08-12 22:27:43 +0200
commitf9905e13ea1e8f3cc3971fdfc7fc8283a9779740 (patch)
treedab9e09063c10e4b0d204ecc361e2bccaf2f4b15 /libavfilter/allfilters.c
parent45c558563aef74d7d792bf7ff91f72741e4c5fc9 (diff)
avfilter: add aphasemeter 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 f8e97bc6ad..2900e88d3d 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -268,6 +268,7 @@ void avfilter_register_all(void)
/* multimedia filters */
REGISTER_FILTER(ADRAWGRAPH, adrawgraph, avf);
+ REGISTER_FILTER(APHASEMETER, aphasemeter, avf);
REGISTER_FILTER(AVECTORSCOPE, avectorscope, avf);
REGISTER_FILTER(CONCAT, concat, avf);
REGISTER_FILTER(SHOWCQT, showcqt, avf);