summaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <[email protected]>2018-05-09 12:58:23 +0200
committerPaul B Mahol <[email protected]>2018-09-13 11:22:22 +0200
commit544fde1bf827a9664f0c091dda78248573d1701d (patch)
tree67219c5f180341fd005e87dcf017e0ba51cc3900 /libavfilter/allfilters.c
parentecf38be7c7f50a08e5a1f3cd9eea06fc5594d010 (diff)
avfilter: add bm3d filter
Signed-off-by: Paul B Mahol <[email protected]>
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 c467064783..6a3bb2fc33 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -149,6 +149,7 @@ extern AVFilter ff_vf_bitplanenoise;
extern AVFilter ff_vf_blackdetect;
extern AVFilter ff_vf_blackframe;
extern AVFilter ff_vf_blend;
+extern AVFilter ff_vf_bm3d;
extern AVFilter ff_vf_boxblur;
extern AVFilter ff_vf_boxblur_opencl;
extern AVFilter ff_vf_bwdif;