摘要: 查找解码器 /** * Find a registered decoder with a matching codec ID. * * @param id AVCodecID of the requested decoder * @return A decoder if one was found, 阅读全文
posted @ 2021-05-25 19:53 Vzf 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 1. 流程图 2.概述 1. AVCodec *avcodec_find_decoder(enum AVCodecID id) 获取解码器 2. AVCodecParserContext *av_parser_init(int codec_id) 获取解析器 3. AVCodecContext *a 阅读全文
posted @ 2021-05-25 19:42 Vzf 阅读(238) 评论(0) 推荐(0) 编辑