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