diff options
author | wm4 <wm4@nowhere> | 2015-02-20 22:24:37 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-02-20 22:24:37 +0100 |
commit | d71bbcbc98c1fa8a934ee656b13adda089a11681 (patch) | |
tree | 0df9239d98ba474c05b033109a5cd3f5c07c3618 /DOCS | |
parent | ee653b8a26dcd7b89de046fa6a13baa1c6ca7c27 (diff) |
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.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/options.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 7ba22949cd..006d61632c 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -552,7 +552,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:: |