avformat_close_input

ffmpeg使用avformat_close_input()函数释放结构体时崩溃的问题

先看一下我调试时,发现程序崩溃的代码位置 //这是我的程序释放流上下文时的操作 if(m_pAvFormatContext) { //释放视频解码器上下文 if(m_iVideoStreamIndex >= 0) avcodec_free_context(&m_pVideoDecodeContext ......
共1篇  :1/1页 首页上一页1下一页尾页