summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-28 07:28:58 +0200
committerAnton Khirnov <anton@khirnov.net>2012-06-22 21:26:18 +0200
commitdc07fb6f7b8fe0f7febdd89e21d23ac50ae920ec (patch)
tree6a75b72b01de016e3f86db97a80f53904f43913f /libavfilter/allfilters.c
parentf75be9856a99739b2c22ed73a3c51df0f54a5ce9 (diff)
lavfi: add join audio filter.
It joins multiple input streams into one multi-channel output.
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 5a249c08c8..786c2dea7b 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -41,6 +41,7 @@ void avfilter_register_all(void)
REGISTER_FILTER (ASPLIT, asplit, af);
REGISTER_FILTER (ASYNCTS, asyncts, af);
REGISTER_FILTER (CHANNELSPLIT,channelsplit,af);
+ REGISTER_FILTER (JOIN, join, af);
REGISTER_FILTER (RESAMPLE, resample, af);
REGISTER_FILTER (ANULLSRC, anullsrc, asrc);