使用ffmpeg编码和解码aac音频

1、aac音频编码实例函数 #include <stdio.h> #define __STDC_CONSTANT_MACROS #ifdef _WIN32 //Windows extern "C" { #include "libavcodec/avcodec.h" #include "libavformat/avformat.h" }; #else //Linux... #ifdef __cp
相关文章
相关标签/搜索