manpage: opengl-cb -> libmpv

This was renamed ages ago. Fix the outdated usage. Except where
opengl-cb was correct.
This commit is contained in:
wm4 2019-11-04 16:17:07 +01:00
parent f043d73405
commit 872df1e06f
1 changed files with 5 additions and 5 deletions

View File

@ -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