From 9cb704664b8d75e38a8994fc35627278e1112e8d Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Tue, 9 Apr 2019 11:33:28 +0800 Subject: [PATCH] =?UTF-8?q?map=E4=BF=AE=E6=94=B9=E4=B8=BAunordered=5Fmap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Rtmp/RtmpMediaSource.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Rtmp/RtmpMediaSource.h b/src/Rtmp/RtmpMediaSource.h index 9b8d9df8..05ab882d 100644 --- a/src/Rtmp/RtmpMediaSource.h +++ b/src/Rtmp/RtmpMediaSource.h @@ -108,8 +108,8 @@ public: } protected: AMFValue _metadata; - map _mapCfgFrame; - map _mapStamp; + unordered_map _mapCfgFrame; + unordered_map _mapStamp; mutable recursive_mutex _mtxMap; RingBuffer::Ptr _pRing; //rtp环形缓冲 bool _bRegisted = false;