avformat_close_input crash exit code 139 avformat_close_input(&outFmtCtx); 关闭输出流的时候有概率崩溃,相通的代码相同的视频,反复运行时概率闪退,概率>30%目测。闪退与否均不影响1.aac的内容。李老师求指导 weixin_慕哥631339 2022-11-27 13:31:50 源自:5-14 调试extra_audio程序 225 分享 收起 1回...
.type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_H264, .priv_data_size = sizeof(H264Context), .init = h264_decode_init, .close = h264_decode_end, .decode = h264_decode_frame, .capabilities = /*AV_
these operations. When I use FFmpegFrameGrabber to perform these operations, the same crash message still appears, but the frequency of crashes is not high. At that time, I didn't go deep into it but switched to javacpp, so I didn't know what the cause of the crash was at that time...