summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-04-15 22:00:00 +0200
committerPaul B Mahol <onemda@gmail.com>2019-04-20 14:20:07 +0200
commit782ae68a117f0c3611617c28eb6f5f4b9a599cfd (patch)
tree43268d9d423cbfb86633397b0047d45eec7f6d04 /libavfilter/allfilters.c
parente20ad3bd59cc575fbd373a4cd71a1aa782251162 (diff)
avfilter: add lagfun 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 c51ae0f3c7..ddac15aa6e 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -252,6 +252,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_lagfun;
extern AVFilter ff_vf_lenscorrection;
extern AVFilter ff_vf_lensfun;
extern AVFilter ff_vf_libvmaf;