From 55337c3876fa54863463ab7c30a7ed0fcb3c88e5 Mon Sep 17 00:00:00 2001 From: chenshijun <chenshijun@aiotlink.com> Date: 星期四, 21 三月 2019 14:43:15 +0800 Subject: [PATCH] facesearchserver出现段错误,map的operater[],疑似该处,加些调试信息。 --- 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