Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
9ae9ae10
Commit
9ae9ae10
authored
11 years ago
by
Stefano Sabatini
Browse files
Options
Downloads
Patches
Plain Diff
doc/utils: apply misc fixes to OpenCL docs
parent
949c8627
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/utils.texi
+14
-7
14 additions, 7 deletions
doc/utils.texi
with
14 additions
and
7 deletions
doc/utils.texi
+
14
−
7
View file @
9ae9ae10
...
...
@@ -565,20 +565,27 @@ indication of the corresponding powers of 10 and of 2.
@c man begin OPENCL OPTIONS
When FFmpeg is configured with @code{--enable-opencl}, it is possible
to set the options to set in the global OpenCL context. The list of
supported options follows:
to set the options for the global OpenCL context.
The list of supported options follows:
@table @option
@item build_options
Set build options which used to compiled kernels, see reference "OpenCL Specification Version: 1.2 chapter 5.6.4"
Set build options used to compile the registered 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 the device list which can be obtained with av_opencl_get_device_list().
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().
@item device_idx
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().
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().
@end table
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment