summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossymiles@gmail.com>2014-10-26 10:43:15 +1100
committerwm4 <wm4@nowhere>2014-10-26 02:34:15 +0200
commit52b52800ce083364a9c0baa1d6e0564eaae3b4d7 (patch)
tree054144f65bb52ac61450e3b47db93afbff64a186 /DOCS
parentf2d51171f7975184bf97ab0b85660703dd2d85cb (diff)
downloadmpv-52b52800ce083364a9c0baa1d6e0564eaae3b4d7.tar.bz2
mpv-52b52800ce083364a9c0baa1d6e0564eaae3b4d7.tar.xz
dxva2: use optimized memcpy
At least on my machine, reading back the frame with system memcpy is slower than just using software rendering. Use the optimized gpu_memcpy from LAV to speed things up.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 0db418a25e..d25a6a2363 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -492,7 +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)
+ :dxva2-copy: copies video back to system RAM (Windows only) (experimental)
``auto`` tries to automatically enable hardware decoding using the first
available method. This still depends what VO you are using. For example,