summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-20 22:24:37 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-02-21 21:00:50 +0900
commit192318a216d63d3163d551a3e3e493156ae60f3d (patch)
tree51767731cf1c8b09f7759139b1d2726cdca95f56 /DOCS
parent822e6e0dd14ed0ab00c8480bdaacd7d3a52da9f3 (diff)
downloadmpv-192318a216d63d3163d551a3e3e493156ae60f3d.tar.bz2
mpv-192318a216d63d3163d551a3e3e493156ae60f3d.tar.xz
video: un-discourage "vaapi-copy" hwdec mode
Maybe I don't know what I'm doing. I'm fairly certain though that Intel does not know what they're doing. (cherry picked from commit d71bbcbc98c1fa8a934ee656b13adda089a11681)
Diffstat (limited to 'DOCS')
-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 6409cd9b0e..4aa93e098a 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -551,7 +551,8 @@ Video
The ``vaapi-copy`` mode allows you to use vaapi with any VO. Because
this copies the decoded video back to system RAM, it's likely less efficient
- than the ``vaapi`` mode.
+ than the ``vaapi`` mode. But there are reports that this is actually faster
+ as well, and avoids many issues with ``vaapi``.
.. note::