ffmpeg学习笔记1

解封装
• av_register_all()
• avformat_network_init()
• avformat_open_input(...)
• avformat_find_stream_info(...)
• av_find_best_stream(...)
• AVFormatContext AVStream AVPacket
• av_read_frame(...)

猜你喜欢

转载自www.cnblogs.com/chenyibin1995/p/10476389.html