summaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2014-12-04 12:27:53 +0100
committerStefano Sabatini <stefasab@gmail.com>2014-12-27 16:15:24 +0100
commitd4fd3f24e86fe77435a9cbcdd77feeecf6a83bbd (patch)
tree093475b4c79ea152c90be033be6d8dde0e39d6d3 /libavfilter/allfilters.c
parent05e74ac2f3f3390952893b983939f026f7ab1cec (diff)
downloadffmpeg-streaming-d4fd3f24e86fe77435a9cbcdd77feeecf6a83bbd.zip
ffmpeg-streaming-d4fd3f24e86fe77435a9cbcdd77feeecf6a83bbd.tar.gz
lavfi: add tblend filter
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 2911ed9..6543629 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -203,6 +203,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(SUBTITLES, subtitles, vf);
REGISTER_FILTER(SUPER2XSAI, super2xsai, vf);
REGISTER_FILTER(SWAPUV, swapuv, vf);
+ REGISTER_FILTER(TBLEND, tblend, vf);
REGISTER_FILTER(TELECINE, telecine, vf);
REGISTER_FILTER(THUMBNAIL, thumbnail, vf);
REGISTER_FILTER(TILE, tile, vf);
OpenPOWER on IntegriCloud