技术栈

avformatcontext

p-明天,你好!
1 年前
音视频·avformatcontext·avinputformat·avoutputformat
AVFormatContext封装层:理论与实战AVFormatContext 是一个贯穿始终的数据结构,很多函数都用到它作为参数,是输入输出相关信息的一个容器,本文讲解 AVFormatContext 的封装层,主要包括两大数据结构:AVInputFormat,AVOutputFormat。