diff options
author | Lynne <dev@lynne.ee> | 2023-02-26 22:36:51 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2023-05-29 00:41:56 +0200 |
commit | 09dc9193ea527f32e473456433c4e0c317a8f513 (patch) | |
tree | 41470c45dadac7211bdab65905c0b3ee5c10fffa /libavfilter/allfilters.c | |
parent | 9675e54b02acb7cdd6c3d655c9f09eba9f23ec6f (diff) | |
download | ffmpeg-09dc9193ea527f32e473456433c4e0c317a8f513.tar.gz |
lavfi: add bwdif_vulkan
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 30447a11c8..8f88c1443f 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -197,6 +197,7 @@ extern const AVFilter ff_vf_bm3d; extern const AVFilter ff_vf_boxblur; extern const AVFilter ff_vf_boxblur_opencl; extern const AVFilter ff_vf_bwdif; +extern const AVFilter ff_vf_bwdif_vulkan; extern const AVFilter ff_vf_cas; extern const AVFilter ff_vf_ccrepack; extern const AVFilter ff_vf_chromaber_vulkan; |