diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-10 18:58:49 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-17 18:05:41 +0200 |
commit | b157be1f383e55f86324dae11e90a7b59173eec1 (patch) | |
tree | 591d3211b0e35615fcac514b826ff5eb782fe371 /libavfilter/allfilters.c | |
parent | ce6b6ef645f6ac17f78e937837fe8f37a1b2beaf (diff) | |
download | ffmpeg-b157be1f383e55f86324dae11e90a7b59173eec1.tar.gz |
lavfi: port libmpcodecs delogo filter
The ported filter supports named option parsing and more YUV formats.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 f9746cd53e..f6c60a1eea 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -45,6 +45,7 @@ void avfilter_register_all(void) REGISTER_FILTER (COPY, copy, vf); REGISTER_FILTER (CROP, crop, vf); REGISTER_FILTER (CROPDETECT, cropdetect, vf); + REGISTER_FILTER (DELOGO, delogo, vf); REGISTER_FILTER (DRAWBOX, drawbox, vf); REGISTER_FILTER (DRAWTEXT, drawtext, vf); REGISTER_FILTER (FADE, fade, vf); |