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:
parent
030dce6f88
commit
93bc5ef1d6
2 changed files with 10 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue