summaryrefslogtreecommitdiff
path: root/libavcodec/g726.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-10-08 01:59:51 +0100
committerMans Rullgard <mans@mansr.com>2011-10-09 16:53:31 +0100
commit8b19ae07616bbd18969b94cbf5d74308a8f2bbdf (patch)
tree8623bbd3bbc9d3b188645c05c8688d2cb74524b2 /libavcodec/g726.c
parent0836d48a16419faf742e999f565dc50d863d0f55 (diff)
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>
Diffstat (limited to 'libavcodec/g726.c')
0 files changed, 0 insertions, 0 deletions