mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
audioconvert/arm: require alignment of 16
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ceb9f8d927
commit
d18706244f
@ -61,5 +61,7 @@ av_cold void swri_audio_convert_init_arm(struct AudioConvert *ac,
|
||||
ac->simd_f = conv_fltp_to_s16_2ch_neon;
|
||||
if(out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_FLTP && channels > 2)
|
||||
ac->simd_f = conv_fltp_to_s16_nch_neon;
|
||||
if(ac->simd_f)
|
||||
ac->in_simd_align_mask = ac->out_simd_align_mask = 15;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user