avfilter: add backgroundkey video filter

This commit is contained in:
Paul B Mahol
2022-10-28 22:02:29 +02:00
parent 1dc8d82da9
commit 5c2a29cf72
6 changed files with 279 additions and 2 deletions

View File

@@ -177,6 +177,7 @@ extern const AVFilter ff_vf_atadenoise;
extern const AVFilter ff_vf_avgblur;
extern const AVFilter ff_vf_avgblur_opencl;
extern const AVFilter ff_vf_avgblur_vulkan;
extern const AVFilter ff_vf_backgroundkey;
extern const AVFilter ff_vf_bbox;
extern const AVFilter ff_vf_bench;
extern const AVFilter ff_vf_bilateral;