lavfi: port libmpcodecs delogo filter
The ported filter supports named option parsing and more YUV formats. Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
committed by
Anton Khirnov
parent
ce6b6ef645
commit
b157be1f38
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user