ffmpeg将ts解封装为h264和aac文件测试代码

#include <stdio.h> #include <conio.h> #define __STDC_CONSTANT_MACROS #ifdef _WIN32 extern "C"{ #include "libavformat/avformat.h" }; #else #ifdef __cplusplus extern "C"{ #endif #include <libavformat/
相关文章
相关标签/搜索