From 0ad5b3f85999c24ee3cc6b5c5593e3fcf6cd793c Mon Sep 17 00:00:00 2001
From: pans <pansen626@sina.com>
Date: 星期二, 16 四月 2019 18:22:14 +0800
Subject: [PATCH] 预防根据帧序号查找到时间间隔过长的视频文件

---
 QiaoJiaSystem/StructureApp/FaceRpcElement.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/QiaoJiaSystem/StructureApp/FaceRpcElement.h b/QiaoJiaSystem/StructureApp/FaceRpcElement.h
index deec82f..64002da 100644
--- a/QiaoJiaSystem/StructureApp/FaceRpcElement.h
+++ b/QiaoJiaSystem/StructureApp/FaceRpcElement.h
@@ -53,6 +53,8 @@
     QPolygon mPolygon;
     TriggerElement m_triggerElement;
     SdkRule m_sdkRule;
+    bool m_bIsMask;
+    bool m_bSetWH;
 };
 
 #endif // FACERPCELEMENT_H

--
Gitblit v1.8.0