Commit a0069813 authored by banan's avatar banan

Align sample output buffer in atrac1.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19918 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 39147b8e
...@@ -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