ffmpeg系列:使用C++類封裝ffmpeg,封裝視頻幀解碼功能Decode()方法

新增AVFrame *Decode(const AVPacket *pkt)方法多線程 MyFFmpeg.h文件:ide #pragma once extern "C"{ #include <libavformat/avformat.h> #include <libswscale/swscale.h> } #include <string> #include <QMutex> class MyFF
相關文章
相關標籤/搜索