ffmpeg系列:使用C++類封裝ffmpeg,封裝視頻幀縮放轉換rgb功能ToRGB()方法

新增bool ToRGB(const AVFrame *yuv,char *out,int outWidth,int outHeight)方法多線程 MyFFmpeg.h文件:ide #pragma once extern "C"{ #include <libavformat/avformat.h> #include <libswscale/swscale.h> } #include <strin
相關文章
相關標籤/搜索