summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorRuiling Song <ruiling.song@intel.com>2019-04-12 16:29:03 +0800
committerRuiling Song <ruiling.song@intel.com>2019-05-24 15:09:22 +0800
commit1d74150a7dacf4912de21820ab1011b94c13eeb5 (patch)
tree0bbf1196f1d3669735f6759f12f42d4d1bec64f8 /libavfilter/allfilters.c
parent023ea5e360cb08d4f71991aca45a636df831b88d (diff)
lavfi/opencl: add nlmeans_opencl filter
Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: Ruiling Song <ruiling.song@intel.com>
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 78ed1cf804..40534738ee 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -282,6 +282,7 @@ extern AVFilter ff_vf_mix;
extern AVFilter ff_vf_mpdecimate;
extern AVFilter ff_vf_negate;
extern AVFilter ff_vf_nlmeans;
+extern AVFilter ff_vf_nlmeans_opencl;
extern AVFilter ff_vf_nnedi;
extern AVFilter ff_vf_noformat;
extern AVFilter ff_vf_noise;