mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
DOCS/options: vdpau requires GLX
Only vpdau-copy works with EGL.2d1d815cc7
already added this to manpage, and1c8d2246bf
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.
This commit is contained in:
parent
1dd71a6093
commit
644cf01067
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user