windowscodecs: Register all formats supported by the BMP decoder.

This commit is contained in:
Vincent Povirk 2009-08-13 10:46:43 -05:00 committed by Alexandre Julliard
parent ecd2dc7603
commit 1e0046788f

View File

@ -585,8 +585,10 @@ static GUID const * const bmp_formats[] = {
&GUID_WICPixelFormat4bppIndexed,
&GUID_WICPixelFormat8bppIndexed,
&GUID_WICPixelFormat16bppBGR555,
&GUID_WICPixelFormat16bppBGR565,
&GUID_WICPixelFormat24bppBGR,
&GUID_WICPixelFormat32bppBGR,
&GUID_WICPixelFormat32bppBGRA,
NULL
};