summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-05-09 22:58:56 +0200
committerPaul B Mahol <onemda@gmail.com>2017-05-12 10:48:13 +0200
commiteaf644e120b3bc42c0fb702dfe9e79615cb4593a (patch)
tree69162d069eea55732a440d1579b8fada8f6f0b5e /libavfilter/allfilters.c
parent6899e6e56065d9365963e02690dc9e2ce7866050 (diff)
avfilter: add acopy filter
Signed-off-by: Paul B Mahol <onemda@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 555c44250b..cd35ae4c9c 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -42,6 +42,7 @@ static void register_all(void)
{
REGISTER_FILTER(ABENCH, abench, af);
REGISTER_FILTER(ACOMPRESSOR, acompressor, af);
+ REGISTER_FILTER(ACOPY, acopy, af);
REGISTER_FILTER(ACROSSFADE, acrossfade, af);
REGISTER_FILTER(ACRUSHER, acrusher, af);
REGISTER_FILTER(ADELAY, adelay, af);