mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 04:25:29 -04:00
Fix: use raster instead of decodedRaster to keep previous behavior.
(cherry picked from commit 3eabc591d83f4c392c19d8dca01612413b98d939)
This commit is contained in:
parent
924b7d809c
commit
6312c65622
@ -135,7 +135,7 @@ public final class VP8LDecoder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (fullSizeRaster != raster && param != null) {
|
if (fullSizeRaster != raster && param != null) {
|
||||||
copyIntoRasterWithParams(fullSizeRaster, decodeRaster, param);
|
copyIntoRasterWithParams(fullSizeRaster, raster, param);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user