summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-29 00:21:02 +0200
committerwm4 <wm4@nowhere>2014-07-29 00:21:02 +0200
commitfa34b4920aa372e2fb07b970a9242b41bddccf15 (patch)
tree16f4733730a6580eb4972b12ccb1583f41f0834b /DOCS
parentd563dc8cb94e6313871646ca51f502f9db19b177 (diff)
downloadmpv-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')
0 files changed, 0 insertions, 0 deletions