# HG changeset patch # User banan # Date 1253324763 0 # Node ID 1b1ac77dee053962a473225e1886b88f05b471aa # Parent de34f74fb75890395ec3c6fdf23ee9adae145b00 Align sample output buffer in atrac1. diff -r de34f74fb758 -r 1b1ac77dee05 atrac1.c --- a/atrac1.c Sat Sep 19 01:45:00 2009 +0000 +++ b/atrac1.c Sat Sep 19 01:46:03 2009 +0000 @@ -78,7 +78,7 @@ DECLARE_ALIGNED_16(float, mid[256]); DECLARE_ALIGNED_16(float,high[512]); float* bands[3]; - float out_samples[AT1_MAX_CHANNELS][AT1_SU_SAMPLES]; + DECLARE_ALIGNED_16(float,out_samples[AT1_MAX_CHANNELS][AT1_SU_SAMPLES]); MDCTContext mdct_ctx[3]; int channels; DSPContext dsp;