From 2d1d815cc79d50607ff1cb0432232f23e50c075f Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Sun, 22 Sep 2019 15:17:53 +0200 Subject: manpage: update requirements for vdpau hwdec use We default to EGL instead of GLX now, which means vdpau only works if we explicitly specify that we want a GLX context, as vdpau lacks interop for EGL. Update the hwdec documentation to reflect this. Concerns #6980. --- DOCS/man/options.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 91a9416a41..987746aeb0 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -947,7 +947,8 @@ Video :auto: enable best hw decoder (see below) :yes: exactly the same as ``auto`` :auto-copy: enable best hw decoder with copy-back (see below) - :vdpau: requires ``--vo=gpu`` 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) :vaapi: requires ``--vo=gpu`` or ``--vo=vaapi`` (Linux only) :vaapi-copy: copies video back into system RAM (Linux with some GPUs only) -- cgit v1.2.3