summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas F <ovdev@fratti.ch>2019-09-22 15:17:53 +0200
committerJan Ekström <jeebjp@gmail.com>2019-09-22 16:27:24 +0300
commit2d1d815cc79d50607ff1cb0432232f23e50c075f (patch)
tree90e08d3cd130f4f8bc107f3b2316967b1ce36845
parenta9f9601ca8b1a018e111933a1776760a7ad09288 (diff)
downloadmpv-2d1d815cc79d50607ff1cb0432232f23e50c075f.tar.bz2
mpv-2d1d815cc79d50607ff1cb0432232f23e50c075f.tar.xz
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.
-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 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)