2018年7月5日

摘要: //初始化解封装 av_register_all(); avformat_network_init(); avcodec_register_all(); //封装文件的上下文 AVFormatContext *ic = NULL; char path[] = "sdcard/shape.mp4"; 阅读全文
posted @ 2018-07-05 21:13 zhang11111wei 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 一. AVCodecContext解码上下文 1.avcodec_register_all() : 注册所有的解码器 2.AVCodec *avcodec_find_decoder(enum AVCodecID id) : 查找解码器(法一 : 通过ID去查找) AVCodecID > AVStre 阅读全文
posted @ 2018-07-05 21:12 zhang11111wei 阅读(1377) 评论(0) 推荐(0) 编辑

导航