From ab3d17cd44625a762fc10f0f1fd8f2c46b980aff Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 26 四月 2022 11:42:19 +0800 Subject: [PATCH] capture use cpu and add arm version --- csrc/wrapper.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/csrc/wrapper.hpp b/csrc/wrapper.hpp index 8ef04e5..b0df07a 100644 --- a/csrc/wrapper.hpp +++ b/csrc/wrapper.hpp @@ -46,7 +46,7 @@ int GetInfoRecorder(std::string &recID, int &index, std::string &path); public: - void GB28181(){gb_ = 1;} + void gb28181(){gb_ = 1;} void CPUDec(){cpu_ = 1;} void AudioSwitch(const bool a); void SetRecMinCacheTime(const int mind, const int maxd); -- Gitblit v1.8.0