summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 163ffef13f..4fdcfe919e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -19350,6 +19350,10 @@ Make every semi-green pixel in the input transparent with some slight blending:
@end example
@end itemize
+@section nlmeans_opencl
+
+Non-local Means denoise filter through OpenCL, this filter accepts same options as @ref{nlmeans}.
+
@section overlay_opencl
Overlay one video on top of another.