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.
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:
This is SO link to the issue. http://stackoverflow.com/questions/33941165/error-while-decoding-camera-stream-video-frame-using-ffmpeg-ios