diff options
author | wm4 <wm4@nowhere> | 2014-07-29 00:21:02 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-07-29 00:21:02 +0200 |
commit | fa34b4920aa372e2fb07b970a9242b41bddccf15 (patch) | |
tree | 16f4733730a6580eb4972b12ccb1583f41f0834b /DOCS/man | |
parent | d563dc8cb94e6313871646ca51f502f9db19b177 (diff) | |
download | mpv-fa34b4920aa372e2fb07b970a9242b41bddccf15.tar.bz2 mpv-fa34b4920aa372e2fb07b970a9242b41bddccf15.tar.xz |
vdpau: don't upload video images in advance
With software decoding, images were uploaded to vdpau surfaces as they
were queued to the VO. This makes it slightly more complicated
(especially later on), and has no advantages - so stop doing it.
The only reason why this was done explicitly was due to attempts to keep
the code equivalent (instead of risking performance regressions). The
original code did this naturally for certain reasons, but now that we
can measure that it has no advantages and just requires extra code, we
can just drop it.
Diffstat (limited to 'DOCS/man')
0 files changed, 0 insertions, 0 deletions