Skip to content

Commit

Permalink
Update worker/src/RTC/RTCP/FeedbackRtpTransport.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Iñaki Baz Castillo <[email protected]>
  • Loading branch information
penguinol and ibc authored Jan 30, 2024
1 parent 9ef5cf0 commit fd44165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worker/src/RTC/RTCP/FeedbackRtpTransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ namespace RTC

void FeedbackRtpTransportPacket::SetBase(uint16_t sequenceNumber, uint64_t timestamp)
{
// Let's see if we must set our base.
this->baseSequenceNumber = sequenceNumber;
this->referenceTime = static_cast<int32_t>((timestamp & 0x1FFFFFC0) / 64);
this->latestSequenceNumber = sequenceNumber - 1;
Expand Down

0 comments on commit fd44165

Please sign in to comment.