From 52b0ef0b8d617de555808f6e2dbeffa311711155 Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期一, 09 三月 2020 16:48:00 +0800 Subject: [PATCH] local file quit signal --- csrc/wrapper.hpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/csrc/wrapper.hpp b/csrc/wrapper.hpp index 43e3f61..575197d 100644 --- a/csrc/wrapper.hpp +++ b/csrc/wrapper.hpp @@ -82,6 +82,7 @@ std::function<void()> fn_rec_lazy_; bool logit_; int fps_; + bool file_finished_; }; void *CreateEncoder(const int w, const int h, const int fps, const int br, -- Gitblit v1.8.0