summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-01-16 15:09:25 +0100
committerPaul B Mahol <onemda@gmail.com>2016-01-21 14:31:38 +0100
commitfa04ec728da3f1acf65e82728f76d48d142a2a7e (patch)
treea82321efe765de19732870cd13561ba0736ae179 /libavfilter/allfilters.c
parent56c182c4d716b8b72156ff57a0c8d72087db8549 (diff)
avfilter: add afftfilter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 1faf39301a..f270bdf3a2 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -52,6 +52,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(AEMPHASIS, aemphasis, af);
REGISTER_FILTER(AEVAL, aeval, af);
REGISTER_FILTER(AFADE, afade, af);
+ REGISTER_FILTER(AFFTFILT, afftfilt, af);
REGISTER_FILTER(AFORMAT, aformat, af);
REGISTER_FILTER(AGATE, agate, af);
REGISTER_FILTER(AINTERLEAVE, ainterleave, af);