summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2023-10-10 09:20:22 +0200
committersfan5 <sfan5@live.de>2023-10-11 10:07:56 +0200
commit644cf010678aefe3c8f93d03129f08ebab48bf72 (patch)
tree71222829852c182c4d938bdff047f0fe57963854
parent1dd71a6093678080497ae4d79ef38589e4d6d67f (diff)
downloadmpv-644cf010678aefe3c8f93d03129f08ebab48bf72.tar.bz2
mpv-644cf010678aefe3c8f93d03129f08ebab48bf72.tar.xz
DOCS/options: vdpau requires GLX
Only vpdau-copy works with EGL. 2d1d815cc7 already added this to manpage, and 1c8d2246bf removed it again, but that seems to be a mistake because I can only get vdpau to work with GLX, and another user also reported that only vdpau-copy was working for him with the default EGL.
-rw-r--r--DOCS/man/options.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index df8ff154e4..bee5aa0b10 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1290,7 +1290,8 @@ Video
``--gpu-context=angle`` or ``--gpu-context=dxinterop``
(Windows only)
:dxva2-copy: copies video back to system RAM (Windows only)
- :vdpau: requires ``--vo=gpu`` with X11, or ``--vo=vdpau`` (Linux only)
+ :vdpau: requires ``--vo=gpu`` with ``--gpu-context=x11``, or
+ ``--vo=vdpau`` (Linux only)
:vdpau-copy: copies video back into system RAM (Linux with some GPUs only)
:mediacodec: requires ``--vo=gpu --gpu-context=android``
or ``--vo=mediacodec_embed`` (Android only)