1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavcodec
Ganesh Ajjanagadde d3e5fbb140 avcodec/apedec: fix undefined left shifts of negative numbers
This fixes -Wshift-negative-value reported with clang 3.7+, e.g
http://fate.ffmpeg.org/log.cgi?time=20150919172459&log=compile&slot=x86_64-darwin-clang-polly-notiling-3.7.
Note that the patch crucially depends on int >= 32 bits,
an assumption made in many places in the codebase.

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-09-29 15:05:38 +02:00
..
2015-09-12 22:09:35 +02:00
2015-09-10 16:36:47 +02:00
2015-09-27 13:08:49 +02:00
2015-09-25 20:57:57 +02:00
2015-09-28 12:39:22 +02:00
2015-09-21 20:44:14 -04:00
2015-09-16 11:38:20 +02:00
2015-09-18 22:57:56 -03:00
2015-09-25 14:36:41 +02:00