Files
ffmpeg/libavutil
Mans Rullgard 5e3ba60e6f crc: fix signed overflow
This fixes a signed overflow from i << 24 when i == 255 by
making i unsigned.  The result of the shift is already
assigned to an variable of unsigned type.

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 8b19ae0761)

Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-03-18 17:50:35 +01:00
..
2011-05-21 13:48:10 +02:00
2011-04-29 20:01:04 +02:00
2011-05-13 16:45:24 -04:00
2011-03-22 09:11:07 -04:00
2011-05-21 13:48:10 +02:00
2012-03-18 17:50:35 +01:00
2011-06-16 20:24:56 +02:00
2011-09-26 19:26:28 +02:00
2011-06-04 17:03:25 +01:00
2011-12-04 09:18:17 +01:00
2011-05-08 13:34:05 -07:00
2011-06-08 07:43:45 +02:00
2011-04-19 19:04:28 +02:00
2011-04-19 21:50:10 +02:00