diff options
author | Mohamed Tarek <mt@rockbox.org> | 2009-08-14 03:41:59 +0000 |
---|---|---|
committer | Mohamed Tarek <mt@rockbox.org> | 2009-08-14 03:41:59 +0000 |
commit | 4f72502329e3bdfe1d668362f139aa3467197999 (patch) | |
tree | d35d9df8b9b45022d8d8172a0a0208cee0dc8385 | |
parent | a0092593c968bc8878f26f0be7797c3c12321468 (diff) |
Fix a (stupid) mistake in libatrac/atrac3.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22305 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/codecs/libatrac/atrac3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libatrac/atrac3.c b/apps/codecs/libatrac/atrac3.c index 09e923cfa8..dd706ec021 100644 --- a/apps/codecs/libatrac/atrac3.c +++ b/apps/codecs/libatrac/atrac3.c @@ -132,7 +132,7 @@ typedef struct { static int32_t qmf_window[48]; static VLC spectral_coeff_tab[7]; -static channel_unit channel_units[32000]; +static channel_unit channel_units[2]; /** * Quadrature mirror synthesis filter. * |