summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-25 19:23:46 +0200
committerwm4 <wm4@nowhere>2014-10-25 19:25:22 +0200
commit423a7de67625749a7563ddbd1094091dee7b40ae (patch)
treecc5691cf2e132b58e9b44204ec4fa6faeaff718f /DOCS/man
parentc63c0d1cb1e6151d4690c60503920cdfcb7b35dd (diff)
downloadmpv-423a7de67625749a7563ddbd1094091dee7b40ae.tar.bz2
mpv-423a7de67625749a7563ddbd1094091dee7b40ae.tar.xz
video: initial dxva2 support
Shamelessly stolen from ffmpeg. It probably doesn't work - you can debug it yourself.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index a00bcd1a58..b63dc84886 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -492,6 +492,7 @@ Video
:vaapi: requires ``--vo=opengl`` or ``--vo=vaapi`` (Linux with Intel GPUs only)
:vaapi-copy: copies video back into system RAM (Linux with Intel GPUs only)
:vda: requires ``--vo=opengl`` (OS X only)
+ :dxva2-copy: copies video back to system RAM (win32 only) (doesn't work)
``auto`` tries to automatically enable hardware decoding using the first
available method. This still depends what VO you are using. For example,