From fa6cd4892d2841f7237a125f4c2ae96f9f49f520 Mon Sep 17 00:00:00 2001
From: miyanhui <dennismi1024@gmail.com>
Date: 星期五, 15 二月 2019 15:49:20 +0800
Subject: [PATCH] 解决新的方式程序崩溃的问题

---
 QiaoJiaSystem/VideoToImageMulth/RtspCaptureElement.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/QiaoJiaSystem/VideoToImageMulth/RtspCaptureElement.h b/QiaoJiaSystem/VideoToImageMulth/RtspCaptureElement.h
index 3421ba0..981dc7a 100644
--- a/QiaoJiaSystem/VideoToImageMulth/RtspCaptureElement.h
+++ b/QiaoJiaSystem/VideoToImageMulth/RtspCaptureElement.h
@@ -53,7 +53,7 @@
         const int m_nPicsPickOne = 8;
 
         //姣忓彴鎽勫儚鏈轰繚瀛樺埌Redis鐨勫浘鐗囨暟閲忕殑鏈�澶у��
-        const int M_CAM_PIC_MAX_COUNT = 50;
+        //const int M_CAM_PIC_MAX_COUNT = 50;
 
         RtspAnalysManager * m_pManager;
     };

--
Gitblit v1.8.0