aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-02-11 16:01:40 +0000
committerPaul B Mahol <onemda@gmail.com>2013-02-21 20:16:23 +0000
commit47619e41c4a1a39cfa04858c0ad629da30ee405c (patch)
tree4b2a905ccc7abe4737f5aa2d4364b9503f6631ae /libavfilter/allfilters.c
parent8036ba299d332282dc86a94999f9332d38d47c4e (diff)
downloadffmpeg-47619e41c4a1a39cfa04858c0ad629da30ee405c.tar.gz
blend 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 61f29ffaf3..f05f8ae420 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -94,6 +94,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(BBOX, bbox, vf);
REGISTER_FILTER(BLACKDETECT, blackdetect, vf);
REGISTER_FILTER(BLACKFRAME, blackframe, vf);
+ REGISTER_FILTER(BLEND, blend, vf);
REGISTER_FILTER(BOXBLUR, boxblur, vf);
REGISTER_FILTER(COLORMATRIX, colormatrix, vf);
REGISTER_FILTER(COPY, copy, vf);