mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-04-21 20:04:44 +02:00
As old bits are shifted out of the accumulator, they cause signed overflows when they reach the end. Making the variable unsigned fixes this. Signed-off-by: Mans Rullgard <mans@mansr.com>