From 4f72502329e3bdfe1d668362f139aa3467197999 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Fri, 14 Aug 2009 03:41:59 +0000 Subject: Fix a (stupid) mistake in libatrac/atrac3.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22305 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libatrac/atrac3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs') 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. * -- cgit v1.2.3