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
相关文章
相关标签/搜索