利用FFmpge进行视频解码(从H264视频流到图像)

class Ffmpeg_Decoder { public:     AVCodecParserContext *avParserContext;     AVPacket avpkt;            //数据包结构体     AVFrame *m_pRGBFrame;    //帧对象     AVFrame *m_pYUVFrame;    //帧对象     AVCodec *pCo
相关文章
相关标签/搜索