diff options
author | Niklas Haas <git@haasn.dev> | 2025-02-20 21:23:28 +0100 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2025-05-28 12:21:27 +0200 |
commit | 9568e40aebee535ea3df97b8b8387b5399652d57 (patch) | |
tree | b7840e57dc25b332107a4c64430ee5e1e63b1a60 /libavfilter/allfilters.c | |
parent | 0894cfb1683015347acaac204b4f18a2470e7736 (diff) | |
download | ffmpeg-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.c | 1 |
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; |