摘要: 1、AAC解码 1.1 打开解码器 //解码初始化 AVCodecContext* audio_decode_init(){ //查找解码器 const AVCodec* audio_codec = avcodec_find_decoder(AV_CODEC_ID_AAC); if (!audio_ 阅读全文
posted @ 2024-03-05 16:14 BreakingY 阅读(283) 评论(0) 推荐(0)