diff options
author | highgod0401 <highgod0401@gmail.com> | 2013-04-25 19:32:13 +0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-26 03:05:26 +0200 |
commit | cd134963e8fdaae14a25779799e4436f99e50557 (patch) | |
tree | 88cda5054cc367edc73967504566af8aa9fc6212 /doc/filters.texi | |
parent | f31247cf47dcb7f3d986c67f1abbc0b50f1beefe (diff) | |
download | ffmpeg-cd134963e8fdaae14a25779799e4436f99e50557.tar.gz |
lavfi/unsharp: add opencl unsharp filter
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 5 insertions, 0 deletions
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 |