mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
map修改为unordered_map
This commit is contained in:
parent
4908ab4b47
commit
9cb704664b
@ -108,8 +108,8 @@ public:
|
||||
}
|
||||
protected:
|
||||
AMFValue _metadata;
|
||||
map<int, RtmpPacket::Ptr> _mapCfgFrame;
|
||||
map<int,uint32_t> _mapStamp;
|
||||
unordered_map<int, RtmpPacket::Ptr> _mapCfgFrame;
|
||||
unordered_map<int,uint32_t> _mapStamp;
|
||||
mutable recursive_mutex _mtxMap;
|
||||
RingBuffer<RtmpPacket::Ptr>::Ptr _pRing; //rtp环形缓冲
|
||||
bool _bRegisted = false;
|
||||
|
Loading…
Reference in New Issue
Block a user