diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-12 20:05:10 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-14 20:30:34 +0200 |
commit | fba3a3bbfba39ba1fc82f884e057c7fc34559663 (patch) | |
tree | 720ab66a11ca1844206b520721941d7d8fb3f103 | |
parent | 1e3104cd3cd12886f6054d56fab4b7bc1c31f594 (diff) | |
download | ffmpeg-fba3a3bbfba39ba1fc82f884e057c7fc34559663.tar.gz |
doc: document -opencl_options option in ff* tools manuals
-rw-r--r-- | doc/avtools-common-opts.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi index 0921a87379..3892a4af30 100644 --- a/doc/avtools-common-opts.texi +++ b/doc/avtools-common-opts.texi @@ -240,6 +240,13 @@ Possible flags for this option are: @end table @end table +@item -opencl_options options (@emph{global}) +Set OpenCL environment options. This option is only available when +FFmpeg has been compiled with @code{--enable-opencl}. + +@var{options} must be a list of @var{key}=@var{value} option pairs +separated by ':'. See the ``OpenCL Options'' section in the +ffmpeg-utils manual for the list of supported options. @end table @section AVOptions |