Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-07-24 01:13:17 +0300
committerPaul B Mahol <onemda@gmail.com>2015-07-27 00:54:13 +0300
commit4a2836eaf33b64512678ed6dc1387f8f042cf387 (patch)
tree4345e6e8eddbf4227e603c01349e6d328fe8ca5e /libavfilter/allfilters.c
parent0b6f092ed31b83e01e980b596ef8bdd9db6cfff6 (diff)
avfilter: add acrossfade 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 e9082115ec..ceac70564f 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -45,6 +45,7 @@ void avfilter_register_all(void)
return;
initialized = 1;
+ REGISTER_FILTER(ACROSSFADE, acrossfade, af);
REGISTER_FILTER(ADELAY, adelay, af);
REGISTER_FILTER(AECHO, aecho, af);
REGISTER_FILTER(AEVAL, aeval, af);