[FFmpeg-cvslog] doc/utils: use @code markup for opencl function names.
Clément Bœsch
git at videolan.org
Fri Apr 12 23:11:31 CEST 2013
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Fri Apr 12 23:10:59 2013 +0200| [0bc34ef02e072363c4abb83145d665b2ee4dc801] | committer: Clément Bœsch
doc/utils: use @code markup for opencl function names.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0bc34ef02e072363c4abb83145d665b2ee4dc801
---
doc/utils.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/utils.texi b/doc/utils.texi
index fa57ee3..75f7fdc 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
More information about the ffmpeg-cvslog
mailing list