commit | 65745694963cc601a2403d071311261f200d6cb9 | [log] [tgz] |
---|---|---|
author | Martin Storsjo <martin@martin.st> | Fri Aug 10 10:57:24 2012 +0300 |
committer | Martin Storsjo <martin@martin.st> | Fri Aug 10 11:05:56 2012 +0300 |
tree | 43d650bf77368c1769881c4bcb65fdf04e51efab | |
parent | d2854e2ac7e7e3cbe4b3c67a2d7823a6153c2488 [diff] |
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