From 8f44600c2e5d6141aebf49536a6ddbafc6c18d75 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 30 七月 2021 10:55:25 +0800 Subject: [PATCH] bug fixed gb28181 --- csrc/common.hpp | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/csrc/common.hpp b/csrc/common.hpp index e2a6064..2495bd5 100644 --- a/csrc/common.hpp +++ b/csrc/common.hpp @@ -8,9 +8,12 @@ class CodedData; } // 缂撳瓨鐨勮棰戝抚 -typedef struct _cache_pkt{ +class CPacket{ +public: std::shared_ptr<ffwrapper::CodedData> data; + int64_t v_id; + int64_t a_id; int64_t id; -}CPacket; +}; #endif \ No newline at end of file -- Gitblit v1.8.0