From f6172eaa5f78d2af04e8e99fdf26b2b0ad4994d6 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 01 八月 2019 15:51:19 +0800 Subject: [PATCH] bug fix record file thread quit dup pkt --- csrc/common/callback.hpp | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/csrc/common/callback.hpp b/csrc/common/callback.hpp index c9c264b..f1a867a 100644 --- a/csrc/common/callback.hpp +++ b/csrc/common/callback.hpp @@ -4,9 +4,6 @@ #include <string> #include <functional> -typedef std::function<void(std::string&, int&)> FUNC_REC; -typedef std::function<void(void*,int,int)> FUNC_DEC; - -typedef std::function<void(int &id_frame, std::string &file_path)> FUNC_REC_INFO; +typedef std::function<void(std::string &id, int &id_frame, std::string &file_path)> FUNC_REC_INFO; #endif /* callback_h */ -- Gitblit v1.8.0