summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-09-10 17:52:23 +0200
committerPaul B Mahol <onemda@gmail.com>2021-09-10 18:43:51 +0200
commit463c71b3b35e121bdc23541a9f9f40af2436d773 (patch)
treea4e1cf5927a2c9846595c7bd9ec550a02c65110e /libavfilter/allfilters.c
parent0b4d009587dd3e31b275bc29b197890adeefaf23 (diff)
avfilter/vf_convolution: add scharr operator
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 0c6b2347c8..9313a0674b 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -390,6 +390,7 @@ extern const AVFilter ff_vf_scale_vaapi;
extern const AVFilter ff_vf_scale_vulkan;
extern const AVFilter ff_vf_scale2ref;
extern const AVFilter ff_vf_scdet;
+extern const AVFilter ff_vf_scharr;
extern const AVFilter ff_vf_scroll;
extern const AVFilter ff_vf_segment;
extern const AVFilter ff_vf_select;