ffmpeg3.X解码器
首先致敬雷神!代码参考了雷神代码,在ffmpeg3.X的基础上进行修改。int videoDecode(){ AVFormatContext *pFormatCtx = NULL; AVCodec *pCodec = NULL; AVCodecContext *pCodecCtx = NULL; AVFrame *pFrame