From cd134963e8fdaae14a25779799e4436f99e50557 Mon Sep 17 00:00:00 2001 From: highgod0401 Date: Thu, 25 Apr 2013 19:32:13 +0800 Subject: lavfi/unsharp: add opencl unsharp filter Signed-off-by: Michael Niedermayer --- doc/filters.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 9456aa4cb7..412981d8b8 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6197,6 +6197,11 @@ Negative values will blur the input video, while positive values will sharpen it, a value of zero will disable the effect. Default value is 0.0. + +@item opencl +If set to 1, specify using OpenCL capabilities, only available if +FFmpeg was configured with @code{--enable-opencl}. Default value is 0. + @end table All parameters are optional and default to the equivalent of the -- cgit v1.2.3