summaryrefslogtreecommitdiff
path: root/doc/utils.texi
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-12 23:10:59 +0200
committerClément Bœsch <ubitux@gmail.com>2013-04-12 23:10:59 +0200
commit0bc34ef02e072363c4abb83145d665b2ee4dc801 (patch)
tree03f2c54ab5609abdaf711751f17fe9eb9b03b040 /doc/utils.texi
parent694fa0035af5befaa3bbbfc500434877895e2e36 (diff)
downloadffmpeg-0bc34ef02e072363c4abb83145d665b2ee4dc801.tar.gz
doc/utils: use @code markup for opencl function names.
Diffstat (limited to 'doc/utils.texi')
-rw-r--r--doc/utils.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/utils.texi b/doc/utils.texi
index fa57ee35a2..75f7fdcc99 100644
--- a/doc/utils.texi
+++ b/doc/utils.texi
@@ -579,13 +579,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 av_opencl_get_device_list().
+which can be obtained with @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 av_opencl_get_device_list().
+can be obtained with @code{av_opencl_get_device_list()}.
@end table