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); }