AVPixFmtDescriptor 是 FFmpeg 里面描述像素格式具体信息的一个结构,这个结构其实非常常用,像素怎么存储,排列的,都描述在这个 AVPixFmtDescriptor 结构里面。
下面来详细讲解一下这个结构体,定义在 pixdesc.h 文件里面。
https://ffmpeg.xianwaizhiyin.net/api-ffmpeg/AVPixFmtDescriptor.html
下面来详细讲解一下这个结构体,定义在 pixdesc.h 文件里面。
https://ffmpeg.xianwaizhiyin.net/api-ffmpeg/AVPixFmtDescriptor.html
