Fix: use raster instead of decodedRaster to keep previous behavior.

(cherry picked from commit 3eabc591d8)
This commit is contained in:
tc-wleite
2023-03-15 09:39:10 -03:00
committed by Harald Kuhr
parent 924b7d809c
commit 6312c65622

View File

@@ -135,7 +135,7 @@ public final class VP8LDecoder {
}
if (fullSizeRaster != raster && param != null) {
copyIntoRasterWithParams(fullSizeRaster, decodeRaster, param);
copyIntoRasterWithParams(fullSizeRaster, raster, param);
}
}