使用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
相關文章
相關標籤/搜索