avfilter: Add blockdetect filter

This commit is contained in:
Thilo Borgmann
2022-05-24 11:20:14 +02:00
parent 6b32ad59c8
commit 9cb9da62a3
8 changed files with 340 additions and 2 deletions

View File

@@ -183,6 +183,7 @@ extern const AVFilter ff_vf_blackdetect;
extern const AVFilter ff_vf_blackframe;
extern const AVFilter ff_vf_blend;
extern const AVFilter ff_vf_blend_vulkan;
extern const AVFilter ff_vf_blockdetect;
extern const AVFilter ff_vf_blurdetect;
extern const AVFilter ff_vf_bm3d;
extern const AVFilter ff_vf_boxblur;