diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2007-07-08 06:06:00 +0000 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2007-07-08 06:06:00 +0000 |
| commit | 93bc5ef1d64ee140d6c578c9a3cab39d5f267bda (patch) | |
| tree | ff6d5c3883c0132d5211d0be333b00cf14beb503 /apps/plugins | |
| parent | 030dce6f886865b026bf8e2413b58e1f6485a81e (diff) | |
| download | rockbox-93bc5ef1d64ee140d6c578c9a3cab39d5f267bda.zip rockbox-93bc5ef1d64ee140d6c578c9a3cab39d5f267bda.tar.gz rockbox-93bc5ef1d64ee140d6c578c9a3cab39d5f267bda.tar.bz2 rockbox-93bc5ef1d64ee140d6c578c9a3cab39d5f267bda.tar.xz | |
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
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 14f4d55..807f20f 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -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) |