Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Feb 24, 2025
1 parent 6ac4a10 commit 1a969ee
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 @@ -782,6 +782,7 @@ namespace RTC
#endif

this->rtpSeqManager->Drop(packet->GetSequenceNumber());

return;
}

Expand Down Expand Up @@ -942,6 +943,7 @@ namespace RTC
#endif

this->rtpSeqManager->Drop(packet->GetSequenceNumber());

return;
}

Expand Down Expand Up @@ -1031,8 +1033,6 @@ namespace RTC
// Rewrite payload if needed. Drop packet if necessary.
if (!packet->ProcessPayload(this->encodingContext.get(), marker))
{
this->rtpSeqManager->Drop(packet->GetSequenceNumber());

#ifdef MS_RTC_LOGGER_RTP
packet->logger.Dropped(RtcLogger::RtpPacket::DropReason::DROPPED_BY_CODEC);
#endif
Expand Down

0 comments on commit 1a969ee

Please sign in to comment.