- decouple the Sevana libraries; some improvements for statistics

This commit is contained in:
2022-10-12 12:28:57 +03:00
parent c2e9985bc2
commit 691501c405
11 changed files with 18 additions and 54 deletions

View File

@@ -185,6 +185,7 @@ void RtpDump::flush()
#endif
#ifndef EXTERNAL_MEDIA_STREAM_ID
// -------------- MediaStreamId --------------------
bool MediaStreamId::operator < (const MediaStreamId& right) const
{
@@ -260,4 +261,5 @@ std::ostream& operator << (std::ostream& output, const MediaStreamId& id)
{
return (output << id.toString());
}
#endif