From 24627225c21738ec4f0737da536874e99d58d6ac Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 19 九月 2019 18:01:29 +0800 Subject: [PATCH] update --- csrc/ffmpeg/format/FormatIn.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/csrc/ffmpeg/format/FormatIn.cpp b/csrc/ffmpeg/format/FormatIn.cpp index 3e9dd51..603fe96 100644 --- a/csrc/ffmpeg/format/FormatIn.cpp +++ b/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); } -- Gitblit v1.8.0