mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-26 14:43:19 +00: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>