FFmpeg视频解码流程
2016-07-15 23:35:00 0 举报
FFmpeg 视频解码流程
作者其他创作
大纲/内容
Close...
avcodec_open2()
avformat_find_stream_info()
avcodec_decode_video2()
avcodec_find_decoder()
AVFrame
av_read_frame()
压缩编码数据,如:H.264
avformat_open_input()
AVPacket
show on screen...
av_register_all()
True
False
解码后的像素数据,如: YUV
Get Packet ?
收藏
0 条评论
下一页