video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-09-19 24627225c21738ec4f0737da536874e99d58d6ac
csrc/ffmpeg/format/FormatIn.cpp
@@ -100,7 +100,7 @@
      handle_gb28181 = new GB28181API;
      handle_gb28181->addCamera(fn);
        int ret = openWithCustomIO((void *)&handle_gb28181, handle_gb28181->readData, options);
        int ret = openWithCustomIO(handle_gb28181, handle_gb28181->readData, options);
        if(ret < 0){
            logIt("do openWithCustomIO failed:%d",ret);
        }