aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2025-02-20 21:23:28 +0100
committerNiklas Haas <git@haasn.dev>2025-05-28 12:21:27 +0200
commit9568e40aebee535ea3df97b8b8387b5399652d57 (patch)
treeb7840e57dc25b332107a4c64430ee5e1e63b1a60 /libavfilter/allfilters.c
parent0894cfb1683015347acaac204b4f18a2470e7736 (diff)
downloadffmpeg-9568e40aebee535ea3df97b8b8387b5399652d57.tar.gz
avutil/vf_scdet_vulkan: add new filter
Carbon copy of vf_scdet. Signed-off-by: Niklas Haas <git@haasn.dev> Sponsored-by: nxtedition
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 92890575f1..3bc045b28f 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -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;