From 18a05d269516a5e33d8460291c2f93e73d95adce Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 26 十二月 2023 10:45:31 +0800
Subject: [PATCH] GetYUV format is NV12

---
 csrc/wrapper.hpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/csrc/wrapper.hpp b/csrc/wrapper.hpp
index b0df07a..42f0c91 100644
--- a/csrc/wrapper.hpp
+++ b/csrc/wrapper.hpp
@@ -73,6 +73,7 @@
         bool run_dec_;
         bool run_stream_;
         bool run_rec_;
+        bool work_start;
         // decoder 鍙傛暟
         std::unique_ptr<std::thread> thread_;
         std::atomic_bool    stop_stream_;

--
Gitblit v1.8.0