summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-06 09:00:53 +0200
committerAnton Khirnov <anton@khirnov.net>2012-05-14 21:36:11 +0200
commitfb604ae8500d4ee7de6af61387c11618b3dea25b (patch)
treee7b0a3f698797c26f6335a1be0ed975c9056b22c /libavfilter/allfilters.c
parenta2cd9be212fca02dd3d6ee65cb6ab9f84c5e28e5 (diff)
lavfi: add aformat filter
Based on a patch by Mina Nagy Zaki <mnzaki@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 c84b3f2587..4f5f852b8b 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -34,6 +34,7 @@ void avfilter_register_all(void)
return;
initialized = 1;
+ REGISTER_FILTER (AFORMAT, aformat, af);
REGISTER_FILTER (ANULL, anull, af);
REGISTER_FILTER (RESAMPLE, resample, af);