http://m.blog.csdn.net/blog/q506616671/7079911 FFMPEG解码流程: 1. 注册所有容器格式和CODEC:av_register_all() 2. 打开文件:av_open_input_file() 3. 从文件中提取流信息:av_find_stream_info() 4. ……