diff options
author | Ruiling Song <ruiling.song@intel.com> | 2019-04-12 16:29:03 +0800 |
---|---|---|
committer | Ruiling Song <ruiling.song@intel.com> | 2019-05-24 15:09:22 +0800 |
commit | 1d74150a7dacf4912de21820ab1011b94c13eeb5 (patch) | |
tree | 0bbf1196f1d3669735f6759f12f42d4d1bec64f8 /doc | |
parent | 023ea5e360cb08d4f71991aca45a636df831b88d (diff) | |
download | ffmpeg-1d74150a7dacf4912de21820ab1011b94c13eeb5.tar.gz |
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.texi | 4 |
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. |