mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 12:05:58 +08:00
修复编译警告
This commit is contained in:
@@ -308,7 +308,7 @@ void MultiMediaSourceMuxer::setTrackListener(const std::weak_ptr<MultiMuxerPriva
|
||||
|
||||
int MultiMediaSourceMuxer::totalReaderCount() const {
|
||||
#if defined(ENABLE_RTPPROXY)
|
||||
return _muxer->totalReaderCount() + _rtp_sender.size();
|
||||
return _muxer->totalReaderCount() + (int)_rtp_sender.size();
|
||||
#else
|
||||
return _muxer->totalReaderCount();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user