summaryrefslogtreecommitdiff
path: root/apps/codecs/libatrac/atrac3.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libatrac/atrac3.c')
-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 2e4af2963d..8109a46276 100644
--- a/apps/codecs/libatrac/atrac3.c
+++ b/apps/codecs/libatrac/atrac3.c
@@ -64,7 +64,7 @@ static inline int16_t av_clip_int16(int a)
64 else return a; 64 else return a;
65} 65}
66 66
67static int32_t qmf_window[48]; 67static int32_t qmf_window[48] IBSS_ATTR;
68static VLC spectral_coeff_tab[7]; 68static VLC spectral_coeff_tab[7];
69static channel_unit channel_units[2]; 69static channel_unit channel_units[2];
70/** 70/**