You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	audioconvert/arm: require alignment of 16
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -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; | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user