diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-07-23 22:13:17 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-07-26 21:54:13 +0000 |
commit | 4a2836eaf33b64512678ed6dc1387f8f042cf387 (patch) | |
tree | 4345e6e8eddbf4227e603c01349e6d328fe8ca5e /libavfilter/allfilters.c | |
parent | 0b6f092ed31b83e01e980b596ef8bdd9db6cfff6 (diff) | |
download | ffmpeg-4a2836eaf33b64512678ed6dc1387f8f042cf387.tar.gz |
avfilter: add acrossfade filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
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); |