summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-30 13:59:30 +0200
committerAnton Khirnov <anton@khirnov.net>2012-06-12 21:38:59 +0200
commitd6251368772a170987387bdc508433c8fcf54cda (patch)
tree9930e4822f037661607d6fa01ae5ebf907c92069 /libavfilter/allfilters.c
parent4795362660a526a38a7a60f06826bce97a092b59 (diff)
lavfi: add channelsplit audio 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 941ca6a20d..681487118b 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 (ASPLIT, asplit, af);
REGISTER_FILTER (ASYNCTS, asyncts, af);
+ REGISTER_FILTER (CHANNELSPLIT,channelsplit,af);
REGISTER_FILTER (RESAMPLE, resample, af);
REGISTER_FILTER (ANULLSRC, anullsrc, asrc);