summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-11 12:59:22 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-11 13:00:04 +0200
commitc66c92add6fa07c4d21af1379c2681c402ad981c (patch)
tree852d39913a00b6f04ff1a727e1ada08ad3c4968e
parent9d442b9cc0347bf9fc9c753cda62df7f43842416 (diff)
downloadffmpeg-streaming-c66c92add6fa07c4d21af1379c2681c402ad981c.zip
ffmpeg-streaming-c66c92add6fa07c4d21af1379c2681c402ad981c.tar.gz
doc/opencl: speling and gramer fixes
Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--doc/opencl.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/opencl.texi b/doc/opencl.texi
index 40a7e31..a07e453 100644
--- a/doc/opencl.texi
+++ b/doc/opencl.texi
@@ -10,10 +10,12 @@ supported options follows:
Set build options which used to compiled kernels, see reference "OpenCL Specification Version: 1.2 chapter 5.6.4"
@item platform_idx
-Select platform to run OpenCL code, the platform_idx is the index of platform in device list which can be getted by function av_opencl_get_device_list().
+Select platform to run OpenCL code, the platform_idx is the index of platform
+in the device list which can be obtained with av_opencl_get_device_list().
@item device_idx
-Select device to run OpenCL code, the device_idx is the index of device in device list which can be getted by function av_opencl_get_device_list().
+Select device to run OpenCL code, the device_idx is the index of device in
+the device list which can be obtained with av_opencl_get_device_list().
@end table
OpenPOWER on IntegriCloud