windowscodecs: Spelling fixes in a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ab71398eb0
commit
603bd85a09
|
@ -669,8 +669,8 @@ static HRESULT WINAPI PaletteImpl_InitializeFromBitmap(IWICPalette *palette,
|
|||
hr = IWICBitmapSource_GetPixelFormat(source, &format);
|
||||
if (hr != S_OK) return hr;
|
||||
|
||||
/* For interoperability with gdiplus where PixelFormat24bppRGB actully stored
|
||||
* as BGR (and there is no a corresponding RGB format) we have to use 24bppBGR
|
||||
/* For interoperability with gdiplus where PixelFormat24bppRGB is actually stored
|
||||
* as BGR (and there is no corresponding RGB format), we have to use 24bppBGR
|
||||
* to avoid format conversions.
|
||||
*/
|
||||
if (!IsEqualGUID(&format, &GUID_WICPixelFormat24bppBGR))
|
||||
|
|
Loading…
Reference in New Issue