FFMPEG -- avpicture_get_size

picture_size = avpicture_get_size(pCodecCtx->pix_fmt, pCodecCtx->width, pCodecCtx->height);

Calculate how many bytes are needed to store a picture in this format

Guess you like

Origin blog.csdn.net/hwx802746/article/details/113744398