diff options
author | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-09-19 22:18:54 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-29 15:05:38 +0200 |
commit | d3e5fbb1406995e07fccbff3ca8c1e24f57a1f7b (patch) | |
tree | c680edbc991c34d41818993a86f353b09012c780 /libavcodec/parser.c | |
parent | a2426798d6020d944985c478d08d432f8dbdbf02 (diff) | |
download | ffmpeg-d3e5fbb1406995e07fccbff3ca8c1e24f57a1f7b.tar.gz |
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>
Diffstat (limited to 'libavcodec/parser.c')
0 files changed, 0 insertions, 0 deletions