summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-11-29 12:39:20 +0100
committersfan5 <sfan5@live.de>2021-12-15 12:29:10 +0100
commit72915e8b76b2e5da9ddc90e892a544b6de512f39 (patch)
tree620a9384ee691e8a0925e018a9b81504a209454e /DOCS
parent0bb15c7a133a0c213f5098d54b37c5d79718b79e (diff)
downloadmpv-72915e8b76b2e5da9ddc90e892a544b6de512f39.tar.bz2
mpv-72915e8b76b2e5da9ddc90e892a544b6de512f39.tar.xz
{player,video}: remove references to obsolete opengl-cb API
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index c0af0be971..000e9185e5 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1677,9 +1677,7 @@ Video
slow hardware. This works only with the following VOs:
- ``gpu``: requires at least OpenGL 4.4 or Vulkan.
-
- (In particular, this can't be made work with ``opengl-cb``, but the libmpv
- render API has optional support.)
+ - ``libmpv``: The libmpv render API has optional support.
Using video filters of any kind that write to the image data (or output
newly allocated frames) will silently disable the DR code path.
@@ -6666,9 +6664,9 @@ Miscellaneous
other hand, setting a too high value can reduce responsiveness with low
FPS value.
- For client API users using the render API (or the deprecated ``opengl-cb``
- API), this option is interesting, because you can stop the render API
- from limiting your FPS (see ``mpv_render_context_render()`` documentation).
+ This option is interesting for client API users using the render API
+ because you can stop it from limiting your FPS
+ (see ``mpv_render_context_render()`` documentation).
This applies only to audio timing modes (e.g. ``--video-sync=audio``). In
other modes (``--video-sync=display-...``), video timing relies on vsync