From f29f269d999fc4bb8a9bfa85629f08b89971a2ef Mon Sep 17 00:00:00 2001
From: chenshijun <csj_sky@126.com>
Date: 星期二, 03 十二月 2019 16:00:49 +0800
Subject: [PATCH] Merge branch 'master' of ssh://192.168.5.5:29418/valib/goffmpeg

---
 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