avutil/vf_scdet_vulkan: add new filter

Carbon copy of vf_scdet.

Signed-off-by: Niklas Haas <git@haasn.dev>
Sponsored-by: nxtedition
This commit is contained in:
Niklas Haas
2025-02-20 21:23:28 +01:00
parent 0894cfb168
commit 9568e40aeb
4 changed files with 415 additions and 0 deletions

View File

@@ -444,6 +444,7 @@ extern const FFFilter ff_vf_scale_vulkan;
extern const FFFilter ff_vf_scale2ref;
extern const FFFilter ff_vf_scale2ref_npp;
extern const FFFilter ff_vf_scdet;
extern const FFFilter ff_vf_scdet_vulkan;
extern const FFFilter ff_vf_scharr;
extern const FFFilter ff_vf_scroll;
extern const FFFilter ff_vf_segment;