1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libavcodec
Alex Converse 187a537904 Convert some undefined 1<<31 shifts into 1U<<31.
According to ISO 9899:1999 S 6.5.7/4:

The result of E1 << E2 is E1 left-shifted E2 bit positions; vacated bits
are filled with zeros. If E1 has an unsigned type, the value of the
result is E1× 2^E2, reduced modulo one more than the maximum value
representable in the result type. If E1 has a signed type and
nonnegative value, and E1× 2^E2 is representable in the result type, then
that is the resulting value; otherwise, the behavior is undefined.
2011-04-11 21:47:42 -07:00
..
2011-03-20 13:25:19 +00:00
2011-03-20 13:25:19 +00:00
2011-03-20 13:25:19 +00:00
2011-03-31 12:01:27 +01:00
2011-03-20 17:15:41 +00:00
2011-03-31 12:01:27 +01:00
2011-03-31 12:01:27 +01:00
2011-04-01 15:16:06 +01:00
2011-04-03 22:39:52 +01:00
2011-04-03 22:39:52 +01:00
2011-03-20 13:25:19 +00:00
2011-03-31 12:01:27 +01:00
2011-03-31 12:01:27 +01:00
2011-03-28 21:50:46 -07:00
2011-03-30 07:18:34 +02:00
2011-03-20 13:25:19 +00:00
2011-03-20 13:25:19 +00:00
2011-03-20 13:25:19 +00:00
2011-03-24 21:48:18 -04:00
2011-03-20 13:25:19 +00:00