1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2024-12-14 01:15:27 +01:00
fdk-aac/libAACenc
Martin Storsjo 6574569496 Don't try to shift more bits than the variable length
Shifting by more than (or equal to) the variable length is
undefined in C.

This caused the quantized spectrum values to go out of range,
triggering asserts later.

Change-Id: If81b6c8caa7b9c75941ad9d280b686d2069c968c
2012-08-10 11:05:56 +03:00
..
include Snapshot 2bda038c16 2012-07-11 10:15:24 -07:00
src Don't try to shift more bits than the variable length 2012-08-10 11:05:56 +03:00