Commit 803d8488 authored by Benjamin Larsson's avatar Benjamin Larsson

Align sample output buffer in atrac1.

Originally committed as revision 19918 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0105f497
...@@ -78,7 +78,7 @@ typedef struct { ...@@ -78,7 +78,7 @@ typedef struct {
DECLARE_ALIGNED_16(float, mid[256]); DECLARE_ALIGNED_16(float, mid[256]);
DECLARE_ALIGNED_16(float,high[512]); DECLARE_ALIGNED_16(float,high[512]);
float* bands[3]; 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]; MDCTContext mdct_ctx[3];
int channels; int channels;
DSPContext dsp; DSPContext dsp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment