зеркало из https://github.com/mozilla/gecko-dev.git
Bug 487305 - create video surface element with RGB24 colour format instead of ARGB32. r=joe
This commit is contained in:
Родитель
159390e92a
Коммит
bd6823b10e
|
@ -227,7 +227,7 @@ void nsMediaDecoder::Paint(gfxContext* aContext,
|
|||
new gfxImageSurface(mRGB,
|
||||
gfxIntSize(mRGBWidth, mRGBHeight),
|
||||
mRGBWidth * 4,
|
||||
gfxASurface::ImageFormatARGB32);
|
||||
gfxASurface::ImageFormatRGB24);
|
||||
|
||||
if (!surface)
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче