Skip to content

Commit

Permalink
Update worker/src/RTC/SimulcastConsumer.cpp
Browse files Browse the repository at this point in the history
cosmetic
  • Loading branch information
ibc authored May 19, 2024
1 parent 4238786 commit 97dcc86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker/src/RTC/SimulcastConsumer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ namespace RTC

MS_DEBUG_TAG(simulcast, "first SenderReport [ssrc:%" PRIu32 "]", rtpStream->GetSsrc());

// If our TsReference RTP stream does not yet have SR, do nothing since
// we know we won't be able to switch.
// If our RTP timestamp reference stream does not yet have SR, do nothing
// since we know we won't be able to switch.
auto* producerTsReferenceRtpStream = GetProducerTsReferenceRtpStream();

if (!producerTsReferenceRtpStream || !producerTsReferenceRtpStream->GetSenderReportNtpMs())
Expand Down

0 comments on commit 97dcc86

Please sign in to comment.