From 2ec7bb8c87f1598ba390f99d01fea059c02a966a Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 25 七月 2019 17:41:51 +0800 Subject: [PATCH] update --- csrc/ffmpeg/format/FormatIn.hpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/csrc/ffmpeg/format/FormatIn.hpp b/csrc/ffmpeg/format/FormatIn.hpp index a19d0fe..4155aae 100644 --- a/csrc/ffmpeg/format/FormatIn.hpp +++ b/csrc/ffmpeg/format/FormatIn.hpp @@ -3,6 +3,7 @@ #include <stdint.h> #include <memory> +#include "PsToEs.hpp" struct AVFormatContext; struct AVDictionary; @@ -62,6 +63,7 @@ AVIOContext *io_ctx_; uint8_t *read_io_buff_; const int read_io_buff_size_; + GB28181API handle_gb28181; }; } -- Gitblit v1.8.0