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

--HG--
extra : transplant_source : %B3%DC%24%EF%E8X%7D%C3A8%9F%9F%B2%C3o%87%B0d%24T
This commit is contained in:
Matt Woodrow 2010-09-13 14:01:28 -07:00
Родитель 99e2d461a6
Коммит c4ea3060d4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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