video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-09-27 762251329bca80422a8e65d0cdb36e86e84883cf
cffmpeg.h
@@ -9,7 +9,7 @@
typedef void* cffmpeg;
cffmpeg c_ffmpeg_create();
cffmpeg c_ffmpeg_create(const int, const char *logfile);
void c_ffmpeg_destroy(const cffmpeg h);
void c_ffmpeg_run(const cffmpeg h, const char *input);