Re: [FFmpeg-devel] arm neon float instruction crash the ffmpeg

2016-01-05 Thread Carl Eugen Hoyos
zhuhb qiyi.com> writes: > I managed to compile/build the ffmpeg for the iOS > arm32 version. But it crashed Please consider reading https://ffmpeg.org/contact.html and https://ffmpeg.org/bugreports.html (again). Carl Eugen ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] arm neon float instruction crash the ffmpeg

2016-01-05 Thread zhuhb
I managed to compile/build the ffmpeg for the iOS arm32 version. But it crashed when I play bitstreams containing the aac and H.264 raw bitstreams. I found that the neon float instruction is the reason, so I disable all neon float assembly code and the ffmpeg succeed to play the aac and H.264 bit