ffmpeg教程六——源码分析之数据结构

来源:互联网 发布:淘宝网儿童卡通抱枕 编辑:程序博客网 时间:2024/05/16 17:04

1.1         数据结构

AVFormatContext、AVInputFormat、AVOutputFormat、AVIOContext、AVStream、AVCodecContext、AVCodec、AVPacket、AVFrame

下面是各结构的关系图: