From 470d4180e2b86eee41c9c14910e4131d16edb8b7 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 25 五月 2021 17:02:54 +0800
Subject: [PATCH] bug fixed gb28181 capture

---
 csrc/worker/rec.hpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/csrc/worker/rec.hpp b/csrc/worker/rec.hpp
index fc6ba0d..320832c 100644
--- a/csrc/worker/rec.hpp
+++ b/csrc/worker/rec.hpp
@@ -47,7 +47,7 @@
 
     private: 
         // 鏌ユ壘缂撳瓨涓殑褰曞埗甯�
-        void findRecFramesIndex(const int64_t &fired_id, const int duration, int &start, int &end);
+        void findRecFramesIndex(int64_t &fired_id, const int duration, int &start, int &end);
 
         // 褰曞儚瀹炰緥鐨勫洖璋冨嚱鏁�,褰曞儚瀹屾垚鍚庤缃綍鍍忔枃浠惰矾寰�,id鍜屽抚id
         void setRecInfo(std::string &id, int &index, std::string &path);

--
Gitblit v1.8.0