mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 20:15:28 -04:00
Fix: use raster instead of decodedRaster to keep previous behavior.
This commit is contained in:
parent
5cefce2dbf
commit
3eabc591d8
@ -135,7 +135,7 @@ public final class VP8LDecoder {
|
||||
}
|
||||
|
||||
if (fullSizeRaster != raster && param != null) {
|
||||
copyIntoRasterWithParams(fullSizeRaster, decodeRaster, param);
|
||||
copyIntoRasterWithParams(fullSizeRaster, raster, param);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user