From 644cf010678aefe3c8f93d03129f08ebab48bf72 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Tue, 10 Oct 2023 09:20:22 +0200 Subject: 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. --- DOCS/man/options.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DOCS') 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) -- cgit v1.2.3