summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/libatrac/atrac3.c2
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 {
132 132
133static int32_t qmf_window[48]; 133static int32_t qmf_window[48];
134static VLC spectral_coeff_tab[7]; 134static VLC spectral_coeff_tab[7];
135static channel_unit channel_units[32000]; 135static channel_unit channel_units[2];
136/** 136/**
137 * Quadrature mirror synthesis filter. 137 * Quadrature mirror synthesis filter.
138 * 138 *