windowscodecs: Add a comment to PNG decoder that Windows ignores CRC of the chunks.
This commit is contained in:
parent
b0e8a18a5d
commit
f18439da51
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue