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

* commit 'ceb8067920043a430478be386c56c244355d4c9f':
  make the boot animation 32-bits to avoid banding
This commit is contained in:
Justin Ho
2012-06-12 12:45:46 -07:00
committed by Android Git Automerger

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