summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-10-07 19:33:54 +0200
committerPaul B Mahol <onemda@gmail.com>2021-10-13 19:09:21 +0200
commit933765aa0e07653307ff65a6af159a5922f1dc1d (patch)
tree87ed53ff01112edd6765b524be102d53262da082 /libavfilter/allfilters.c
parent32eaf4069ec4a4f1c609ed95129bf87bc99c4adf (diff)
avfilter: add xcorrelate 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 2127454aa9..d87c0ed981 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -477,6 +477,7 @@ extern const AVFilter ff_vf_w3fdif;
extern const AVFilter ff_vf_waveform;
extern const AVFilter ff_vf_weave;
extern const AVFilter ff_vf_xbr;
+extern const AVFilter ff_vf_xcorrelate;
extern const AVFilter ff_vf_xfade;
extern const AVFilter ff_vf_xfade_opencl;
extern const AVFilter ff_vf_xmedian;