码迷,mamicode.com
首页 > 其他好文 > 详细

ffmpeg中对AVInputFormat结构体中函数的调用

时间:2014-08-04 17:10:37      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:blog   http   os   for   art   ar   .net   log   

 

http://blog.csdn.net/junllee/article/details/7722605

opt_input_file()->
      avformat_open_input()->
             init_input()->
                   av_probe_input_format()->
                          av_probe_input_format2()->
                                  av_probe_input_format3()->
                                             read_probe()
            read_header()
      avformat_find_stream_info()

transcode()->
    av_read_frame()->
        read_frame_internal()->
            av_read_packet()->
                read_packet()

exit_avrec()->
      avformat_close_input()->
            read_close()

ffmpeg中对AVInputFormat结构体中函数的调用,布布扣,bubuko.com

ffmpeg中对AVInputFormat结构体中函数的调用

标签:blog   http   os   for   art   ar   .net   log   

原文地址:http://www.cnblogs.com/spiderdzl/p/3890182.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!