summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@mail.de>2022-04-25 00:07:04 +0200
committerThilo Borgmann <thilo.borgmann@mail.de>2022-04-25 20:52:15 +0200
commitb23208826bfb9ac2cba9736e066ea6b82f6207b9 (patch)
treebb8c70f277efbbfdbd2c43107a49d3159a42f742 /libavfilter/allfilters.c
parent22df52c444252d1df29244ca99b51911a1e0eb58 (diff)
downloadffmpeg-b23208826bfb9ac2cba9736e066ea6b82f6207b9.tar.gz
lavfi: Add blurdetect 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 36fa3ae8d7..2ad523fd0f 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -183,6 +183,7 @@ extern const AVFilter ff_vf_blackdetect;
extern const AVFilter ff_vf_blackframe;
extern const AVFilter ff_vf_blend;
extern const AVFilter ff_vf_blend_vulkan;
+extern const AVFilter ff_vf_blurdetect;
extern const AVFilter ff_vf_bm3d;
extern const AVFilter ff_vf_boxblur;
extern const AVFilter ff_vf_boxblur_opencl;