Bug 594643 - Fix typo in ImageLayerOGL::SetData. r=joe a=b

This commit is contained in:
Matt Woodrow
2010-09-13 14:01:28 -07:00
parent cf9b904cce
commit 2752aa9e6d

View File

@@ -514,7 +514,7 @@ PlanarYCbCrImageOGL::SetData(const PlanarYCbCrImage::Data &aData)
// YV12 format
width_shift = 1;
height_shift = 1;
mType = gfx::YV16;
mType = gfx::YV12;
} else {
NS_ERROR("YCbCr format not supported");
}