摘要: 用于存储压缩编码后的相关数据信息的结构体 结构体说明 /** * This structure stores compressed data. It is typically exported by demuxers * and then passed as input to decoders, o 阅读全文
posted @ 2021-12-03 00:15 flxx 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 结构体说明 原始数据的相关信息结构体 /** * This structure describes decoded (raw) audio or video data. * 此结构描述解码后的(未编码前的)原始音频或者视频数据 * AVFrame must be allocated using av 阅读全文
posted @ 2021-12-03 00:15 flxx 阅读(430) 评论(0) 推荐(0) 编辑
摘要: [toc] ## `AVFormatContext` 表示一个媒体文件或者媒体流的封装格式文件信息 ==重要信息== 1. 封装格式信息 2. 媒体数据信息 3. 编码信息 ```c /** * Format I/O context. * New fields can be added to the 阅读全文
posted @ 2021-12-03 00:10 flxx 阅读(283) 评论(0) 推荐(0) 编辑