函数分析
- avformat_open_input
是 FFmpeg 库 中的一个函数,用于打开多媒体文件(如 MP4、MKV、MP3 等)并初始化
- 函数原型
int avformat_open_input(AVFormatContext **ps, const char *url, AVInputFormat *fmt, AVDictionary **options);
- 功能说明
1、打开媒
函数分析
是 FFmpeg 库 中的一个函数,用于打开多媒体文件(如 MP4、MKV、MP3 等)并初始化
int avformat_open_input(AVFormatContext **ps, const char *url, AVInputFormat *fmt, AVDictionary **options);
1、打开媒