csrc/ffmpeg/format/FormatIn.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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); }