From 1ec6cd89b96a8eca5f89316373a5d12f4cb828f5 Mon Sep 17 00:00:00 2001 From: S2F0amEgS2xvdmVy Date: Thu, 2 Feb 2017 20:12:24 +0100 Subject: manpage: state that hwdec d3d11va requires Windows 8+ As the manual entry for --hwdec states that d3d11va and d3d11va-copy require Windows, it can be assumed that it also works for Windows 7. Since it doesn't, according to https://github.com/mpv-player/mpv/issues/3285#issuecomment-228593539, and personal testing, updating the manual accordingly and making the hwdec OS requirements for ANGLE in line with videotoolbox, where OS version is stated. --- DOCS/man/options.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 1ad2f18b02..c5fe6e5dd6 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -640,8 +640,8 @@ Video ``--opengl-backend=dxinterop`` (Windows only) :dxva2-copy: copies video back to system RAM (Windows only) :d3d11va: requires ``--vo=opengl`` with ``--opengl-backend=angle`` - (Windows only) - :d3d11va-copy: copies video back to system RAM (Windows only) + (Windows 8+ only) + :d3d11va-copy: copies video back to system RAM (Windows 8+ only) :mediacodec: copies video back to system RAM (Android only) :rpi: requires ``--vo=opengl`` (Raspberry Pi only - default if available) :rpi-copy: copies video back to system RAM (Raspberry Pi only) -- cgit v1.2.3