1
0
Fork 0
forked from len0rd/rockbox

Fix rare overflow when decoding MDCT coefficients. As a bonus, decoding is now slightly faster. Thanks to preglow for suggesting I test with a full scale normalized square wave.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13815 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2007-07-08 06:06:00 +00:00
parent 030dce6f88
commit 93bc5ef1d6
2 changed files with 10 additions and 17 deletions

View file

@ -18,6 +18,7 @@ stats.c
stopwatch.c
vbrfix.c
viewer.c
test_codec.c
/* plugins built for all targets, but not for the simulator */
#if !defined(SIMULATOR)