summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorMina Nagy Zaki <mnzaki@gmail.com>2011-07-14 14:18:13 +0300
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-14 10:31:23 +0200
commit0a2295815dac9a924513555ce1f7491c1f5f1765 (patch)
tree24c0d702ddf2ea9caa4f8c8d9526c61cdb1becf3 /libavfilter/allfilters.c
parent3f07d40ea2861e0c2a1ce6cb56907e9e888a3491 (diff)
lavfi: add aformat filter
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
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 8fd06099be..fc693ab16b 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 (ANULLSRC, anullsrc, asrc);