kewlbear / FFmpeg-iOS-build-script

Shell scripts to build FFmpeg for iOS and tvOS
3.03k stars 897 forks source link

Bad_access with latest static libraries version ffmpeg 2.8.2 avcodec.a #53

Closed irfangul10pearls closed 8 years ago

irfangul10pearls commented 8 years ago

I have an app, In which I am decoding video frames coming from ip camera, but the method avcodec_decode_video2(m_pCodecCtx, m_pFrame, &consumed_bytes, &avpkt); present in avcodec.h/ avcodec.a generating bad_access.

It was working fine with older version of static libraries but when i updated it to give my app support for arm64, its crashing with bad_access.

here crash log kisafa 22-11-2015, 12-19 PM.txt

here is snapshot: vidin

This is SO link to the issue. http://stackoverflow.com/questions/33941165/error-while-decoding-camera-stream-video-frame-using-ffmpeg-ios

kewlbear commented 8 years ago

Need more info. Simple test project to reproduce the issue would be best. Maybe you need to modify your code to properly support arm64.