summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-01-23 14:54:51 +0100
committerPaul B Mahol <onemda@gmail.com>2021-01-27 11:46:26 +0100
commit35f86280478bd4fb7404800ff8952d98e8d1100d (patch)
treefd7f42e6f9a1dc4c053099182971f58e0e31754f /libavfilter/allfilters.c
parent021dc4f1073ae4d77f49e181c22c3d2e79e98cd2 (diff)
avfilter: add kirsch video filter
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 616962690b..d9d36554c4 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -283,6 +283,7 @@ extern AVFilter ff_vf_inflate;
extern AVFilter ff_vf_interlace;
extern AVFilter ff_vf_interleave;
extern AVFilter ff_vf_kerndeint;
+extern AVFilter ff_vf_kirsch;
extern AVFilter ff_vf_lagfun;
extern AVFilter ff_vf_lenscorrection;
extern AVFilter ff_vf_lensfun;