From 872df1e06f96d9b0716a91c412aabcc3af85e9ad Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 4 Nov 2019 16:17:07 +0100 Subject: manpage: opengl-cb -> libmpv This was renamed ages ago. Fix the outdated usage. Except where opengl-cb was correct. --- DOCS/man/options.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'DOCS/man/options.rst') 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=`` 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 -- cgit v1.2.3