video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-09-27 762251329bca80422a8e65d0cdb36e86e84883cf
csrc/cffmpeg.cpp
@@ -19,7 +19,7 @@
cffmpeg c_ffmpeg_create(const int log, const char *logfile){
    bool logit = false;
    if (log) logit = true;
    if (log != 0) logit = true;
    return new Wrapper(logit, logfile);
}