summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2007-07-08 06:06:00 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2007-07-08 06:06:00 +0000
commit93bc5ef1d64ee140d6c578c9a3cab39d5f267bda (patch)
treeff6d5c3883c0132d5211d0be333b00cf14beb503 /apps/plugins
parent030dce6f886865b026bf8e2413b58e1f6485a81e (diff)
downloadrockbox-93bc5ef1d64ee140d6c578c9a3cab39d5f267bda.tar.gz
rockbox-93bc5ef1d64ee140d6c578c9a3cab39d5f267bda.zip
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/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 14f4d552d1..807f20f9f8 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -18,6 +18,7 @@ stats.c
18stopwatch.c 18stopwatch.c
19vbrfix.c 19vbrfix.c
20viewer.c 20viewer.c
21test_codec.c
21 22
22/* plugins built for all targets, but not for the simulator */ 23/* plugins built for all targets, but not for the simulator */
23#if !defined(SIMULATOR) 24#if !defined(SIMULATOR)