Merge "make the boot animation 32-bits to avoid banding" into jb-dev

This commit is contained in:
Justin Ho
2012-06-12 11:22:44 -07:00
committed by Android (Google) Code Review

View File

@ -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;
}