summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-11-22 14:32:02 +0100
committerAnton Khirnov <anton@khirnov.net>2021-12-04 14:06:42 +0100
commit944c34a94c3150fc84816c3288cc6f2143f1581b (patch)
treec4cc36f36f823161bb2c1f75173839cbe3625939 /libavfilter
parent64467cbca2d9d638348eaeaef13511999744cf7a (diff)
downloadffmpeg-944c34a94c3150fc84816c3288cc6f2143f1581b.tar.gz
lavfi/allfilters: move vf_chromaber_vulkan to video section
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/allfilters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 2f91562aa2..b1af2cbcc8 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -106,7 +106,6 @@ extern const AVFilter ff_af_bandreject;
extern const AVFilter ff_af_bass;
extern const AVFilter ff_af_biquad;
extern const AVFilter ff_af_bs2b;
-extern const AVFilter ff_vf_chromaber_vulkan;
extern const AVFilter ff_af_channelmap;
extern const AVFilter ff_af_channelsplit;
extern const AVFilter ff_af_chorus;
@@ -187,6 +186,7 @@ extern const AVFilter ff_vf_boxblur;
extern const AVFilter ff_vf_boxblur_opencl;
extern const AVFilter ff_vf_bwdif;
extern const AVFilter ff_vf_cas;
+extern const AVFilter ff_vf_chromaber_vulkan;
extern const AVFilter ff_vf_chromahold;
extern const AVFilter ff_vf_chromakey;
extern const AVFilter ff_vf_chromanr;