summaryrefslogtreecommitdiffstats
path: root/mp3lib/layer2.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/layer2.c')
-rw-r--r--mp3lib/layer2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/layer2.c b/mp3lib/layer2.c
index cad9a482b0..a1d3fa43fe 100644
--- a/mp3lib/layer2.c
+++ b/mp3lib/layer2.c
@@ -285,7 +285,7 @@ static int do_layer2(struct frame *fr,int outmode)
int clip=0;
int i,j;
int stereo = fr->stereo;
- real fraction[2][4][SBLIMIT]; /* pick_table clears unused subbands */
+ DECLARE_ALIGNED(16, real, fraction[2][4][SBLIMIT]); /* pick_table clears unused subbands */
unsigned int bit_alloc[64];
int scale[192];
int single = fr->single;