Bug 487305 - create video surface element with RGB24 colour format instead of ARGB32. r=joe

This commit is contained in:
Jeff Muizelaar 2009-05-12 15:25:05 -04:00
Родитель 159390e92a
Коммит bd6823b10e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -227,7 +227,7 @@ void nsMediaDecoder::Paint(gfxContext* aContext,
new gfxImageSurface(mRGB,
gfxIntSize(mRGBWidth, mRGBHeight),
mRGBWidth * 4,
gfxASurface::ImageFormatARGB32);
gfxASurface::ImageFormatRGB24);
if (!surface)
return;