From 2685f3cdc2be98e423184404fea9c9eeed0700ca Mon Sep 17 00:00:00 2001 From: CharleyWangHZ <57120416+CharleyWangHZ@users.noreply.github.com> Date: Thu, 28 Jul 2022 16:43:03 +0800 Subject: [PATCH] Update MediaSource.h --- src/Common/MediaSource.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Common/MediaSource.h b/src/Common/MediaSource.h index 4ecbc22a..d9b3b0ec 100644 --- a/src/Common/MediaSource.h +++ b/src/Common/MediaSource.h @@ -228,7 +228,7 @@ class MediaSource: public TrackSource, public std::enable_shared_from_this; - using StreamMap = std::unordered_map >; + using StreamMap = std::unordered_map >; using AppStreamMap = std::unordered_map; using VhostAppStreamMap = std::unordered_map; using SchemaVhostAppStreamMap = std::unordered_map; @@ -424,4 +424,4 @@ private: }; } /* namespace mediakit */ -#endif //ZLMEDIAKIT_MEDIASOURCE_H \ No newline at end of file +#endif //ZLMEDIAKIT_MEDIASOURCE_H