summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2011-12-25 23:04:44 +0100
committerStefano Sabatini <stefasab@gmail.com>2011-12-27 15:21:08 +0100
commit440e984b712ff02ee0fc5deb7db8d4ae57eed4fc (patch)
tree367c1f643d0a82be8bb577226151f4d972ee4e48 /libavfilter/allfilters.c
parentae21776207e8a2bbe268e7c9e203f7599dd87ddb (diff)
lavfi: add asplit 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 01ebd0df28..adc78b197b 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -39,6 +39,7 @@ void avfilter_register_all(void)
REGISTER_FILTER (ANULL, anull, af);
REGISTER_FILTER (ARESAMPLE, aresample, af);
REGISTER_FILTER (ASHOWINFO, ashowinfo, af);
+ REGISTER_FILTER (ASPLIT, asplit, af);
REGISTER_FILTER (EARWAX, earwax, af);
REGISTER_FILTER (PAN, pan, af);
REGISTER_FILTER (VOLUME, volume, af);