summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-04 16:17:07 +0100
committerwm4 <wm4@nowhere>2019-11-04 16:17:07 +0100
commit872df1e06f96d9b0716a91c412aabcc3af85e9ad (patch)
treef0b49e66ac4c95786a9f564bf1654c99f5e3cacb /DOCS/man/options.rst
parentf043d73405549a7ae946be4cc4ed8c24730e1a79 (diff)
downloadmpv-872df1e06f96d9b0716a91c412aabcc3af85e9ad.tar.bz2
mpv-872df1e06f96d9b0716a91c412aabcc3af85e9ad.tar.xz
manpage: opengl-cb -> libmpv
This was renamed ages ago. Fix the outdated usage. Except where opengl-cb was correct.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 0bc770b157..8dcbe1bcd8 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -993,7 +993,7 @@ Video
:vaapi: requires ``--vo=gpu`` or ``--vo=vaapi`` (Linux only)
:vaapi-copy: copies video back into system RAM (Linux with some GPUs only)
:videotoolbox: requires ``--vo=gpu`` (OS X 10.8 and up),
- or ``--vo=opengl-cb`` (iOS 9.0 and up)
+ or ``--vo=libmpv`` (iOS 9.0 and up)
:videotoolbox-copy: copies video back into system RAM (OS X 10.8 or iOS 9.0 and up)
:dxva2: requires ``--vo=gpu`` with ``--gpu-context=d3d11``,
``--gpu-context=angle`` or ``--gpu-context=dxinterop``
@@ -1119,13 +1119,13 @@ Video
This option is for troubleshooting hwdec interop issues. Since it's a
debugging option, its semantics may change at any time.
- This is useful for the ``gpu`` and ``opengl-cb`` VOs for selecting which
+ This is useful for the ``gpu`` and ``libmpv`` VOs for selecting which
hwdec interop context to use exactly. Effectively it also can be used
to block loading of certain backends.
If set to ``auto`` (default), the behavior depends on the VO: for ``gpu``,
it does nothing, and the interop context is loaded on demand (when the
- decoder probes for ``--hwdec`` support). For ``opengl-cb``, which has
+ decoder probes for ``--hwdec`` support). For ``libmpv``, which has
has no on-demand loading, this is equivalent to ``all``.
The empty string is equivalent to ``auto``.
@@ -4400,7 +4400,7 @@ GPU renderer options
-----------------------
The following video options are currently all specific to ``--vo=gpu`` and
-``--vo=opengl-cb`` only, which are the only VOs that implement them.
+``--vo=libmpv`` only, which are the only VOs that implement them.
``--scale=<filter>``
The filter function to use when upscaling video.
@@ -5358,7 +5358,7 @@ The following video options are currently all specific to ``--vo=gpu`` and
auto
auto-select (default)
cocoa
- Cocoa/OS X (deprecated, use --vo=opengl-cb instead)
+ Cocoa/OS X (deprecated, use --vo=libmpv instead)
win
Win32/WGL
winvk