Merge "make the boot animation 32-bits to avoid banding" into jb-dev
This commit is contained in:
@ -160,7 +160,7 @@ status_t BootAnimation::initTexture(void* buffer, size_t len)
|
||||
codec->setDitherImage(false);
|
||||
if (codec) {
|
||||
codec->decode(&stream, &bitmap,
|
||||
SkBitmap::kRGB_565_Config,
|
||||
SkBitmap::kARGB_8888_Config,
|
||||
SkImageDecoder::kDecodePixels_Mode);
|
||||
delete codec;
|
||||
}
|
||||
|
Reference in New Issue
Block a user