From a8b447be656145c9ba2a2d8319a10ae8f726de1f Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 09 十月 2020 18:20:46 +0800 Subject: [PATCH] h264 mp4 --- 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