From 8fb24547e4d068cdcd491e59ddc451b3a252ea4b Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 30 七月 2019 15:42:53 +0800 Subject: [PATCH] update rec frame id --- csrc/ffmpeg/format/FormatIn.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/csrc/ffmpeg/format/FormatIn.hpp b/csrc/ffmpeg/format/FormatIn.hpp index 4155aae..a569524 100644 --- a/csrc/ffmpeg/format/FormatIn.hpp +++ b/csrc/ffmpeg/format/FormatIn.hpp @@ -63,7 +63,7 @@ AVIOContext *io_ctx_; uint8_t *read_io_buff_; const int read_io_buff_size_; - GB28181API handle_gb28181; + GB28181API *handle_gb28181; }; } -- Gitblit v1.8.0