[FFmpeg-devel] [PATCH 2/2] lavu/hash: Fix CRC32 calculation

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed May 15 23:06:38 CEST 2013


On Wed, May 15, 2013 at 05:52:40PM -0300, James Almer wrote:
> Initialize it with UIN32_MAX and xor the result with UINT32_MAX
                       ^^
typo.
Apart from that I don't know of UINT32_MAX is available on e.g. VisualC.
Personally I'd go with 0xffffffffu
In principle it looks good to me though.


More information about the ffmpeg-devel mailing list