summaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-08-26 10:09:27 +0200
committerwm4 <wm4@nowhere>2013-08-29 19:20:05 +0200
commit4fef2097ce608dd8a2f0a2a8e925ff423a17f941 (patch)
treeab1675cb0603b2dbf1549ead8b626a399e33678a /LICENSE
parent669f5d42f0a729655567fa0a6a353e68a56c16fb (diff)
downloadmpv-4fef2097ce608dd8a2f0a2a8e925ff423a17f941.tar.bz2
mpv-4fef2097ce608dd8a2f0a2a8e925ff423a17f941.tar.xz
gl_video: fix odd video sizes with PBOs
Odd video sizes if pixel formats with chroma subsampling and PBOs were used, garbage was rendered. This was because the PBO path created buffers with an unpadded size, and then tried to upload a padded image to it. Fix it by explicitly setting the padded size. (As with the non-PBO path, we rely that image allocations are somehow padded, which is normally the case.)
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions