appunite / AndroidFFmpeg

[DEPRECATED] FFmpeg build for android random architectures with example jni
Apache License 2.0
1.07k stars 470 forks source link

Problem in playing localfile.mp4 #138

Open CKY91 opened 8 years ago

CKY91 commented 8 years ago

Anyone has similar problem?

10-22 13:27:52.425 3144-3474/com.ffmpegtest A/libc: invalid address or address of corrupt block 0x522d8fee passed to dlfree 10-22 13:27:52.429 3144-3474/com.ffmpegtest A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0xdeadbaad in tid 3474 (FFmpegDecode[1])

race604 commented 8 years ago

I got the same problem. Need help.

yinjiaoyuan commented 8 years ago

I got the same problem, and I fixed it through off the av_free_packet(packet_data->packet); call in player_decode() function.

yinjiaoyuan commented 8 years ago

And I don't known the reason.

hobart1987hu commented 8 years ago

i have the same problem ,does anyone know how to resolve it??

ldkxingzhe commented 8 years ago

I hava the same problem, How to solve this?