From d9da6cb3e69c630f8c2cccfc4703b29c3498269e Mon Sep 17 00:00:00 2001
From: chenshijun <chenshijun@aiotlink.com>
Date: 星期二, 19 三月 2019 18:06:50 +0800
Subject: [PATCH] 增加erl节点的端口配置

---
 QiaoJiaSystem/GB28181DecoderModel/FFmpegDecoderJPG.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/QiaoJiaSystem/GB28181DecoderModel/FFmpegDecoderJPG.cpp b/QiaoJiaSystem/GB28181DecoderModel/FFmpegDecoderJPG.cpp
index e17ee5b..c99555a 100644
--- a/QiaoJiaSystem/GB28181DecoderModel/FFmpegDecoderJPG.cpp
+++ b/QiaoJiaSystem/GB28181DecoderModel/FFmpegDecoderJPG.cpp
@@ -237,8 +237,8 @@
         av_init_packet(&p_this->pkt);
 
         p_this->frame = av_frame_alloc();
-        unsigned int usleepTime = (1000 / p_this->m_fps) - 12;
-        usleepTime *= 1000;
+//        unsigned int usleepTime = (1000 / p_this->m_fps) - 12;
+//        usleepTime *= 1000;
         DBG("===open ok, camid: " << p_this->m_camIdx);
         while (p_this->m_running) {
 #ifdef TestCode

--
Gitblit v1.8.0