diff options
Diffstat (limited to 'doc/utils.texi')
-rw-r--r-- | doc/utils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/utils.texi b/doc/utils.texi index 937713902a..305566246c 100644 --- a/doc/utils.texi +++ b/doc/utils.texi @@ -1051,13 +1051,13 @@ See reference "OpenCL Specification Version: 1.2 chapter 5.6.4". Select the index of the platform to run OpenCL code. The specified index must be one of the indexes in the device list -which can be obtained with @code{av_opencl_get_device_list()}. +which can be obtained with @code{ffmpeg -opencl_bench} or @code{av_opencl_get_device_list()}. @item device_idx Select the index of the device used to run OpenCL code. The specifed index must be one of the indexes in the device list which -can be obtained with @code{av_opencl_get_device_list()}. +can be obtained with @code{ffmpeg -opencl_bench} or @code{av_opencl_get_device_list()}. @end table |