summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorS2F0amEgS2xvdmVy <katjaklover@gmail.com>2017-02-02 20:12:24 +0100
committerwm4 <wm4@nowhere>2017-02-03 09:13:36 +0100
commit1ec6cd89b96a8eca5f89316373a5d12f4cb828f5 (patch)
treebd20d626829a1b1e67013fdf892dfbd7f2c4fdfb
parent95d4c2d7f61155633e89c18e740e7cf743a655d6 (diff)
downloadmpv-1ec6cd89b96a8eca5f89316373a5d12f4cb828f5.tar.bz2
mpv-1ec6cd89b96a8eca5f89316373a5d12f4cb828f5.tar.xz
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.
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
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)