windowscodecs: Add a comment to PNG decoder that Windows ignores CRC of the chunks.

This commit is contained in:
Dmitry Timoshkov 2013-03-06 16:29:20 +09:00 committed by Alexandre Julliard
parent b0e8a18a5d
commit f18439da51
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ static HRESULT read_png_chunk(IStream *stream, BYTE *type, BYTE **data, ULONG *d
return hr;
}
/* FIXME: Verify the CRC? */
/* Windows ignores CRC of the chunk */
}
return S_OK;