mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
Align sample output buffer in atrac1.
Originally committed as revision 19918 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0105f49792
commit
803d8488f2
@ -78,7 +78,7 @@ typedef struct {
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user