mirror of
https://github.com/livekit/livekit.git
synced 2026-05-26 09:45:56 +00:00
Fix return on dropping a padding packet. (#2479)
Had deleted an extra line while cleaning up.
This commit is contained in:
@@ -537,6 +537,7 @@ func (b *Buffer) calc(rawPkt []byte, rtpPacket *rtp.Packet, arrivalTime time.Tim
|
||||
b.logger.Errorw("could not exclude range", err, "sn", rtpPacket.SequenceNumber, "esn", flowState.ExtSequenceNumber)
|
||||
}
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// add to RTX buffer using sequence number after accounting for dropped padding only packets
|
||||
|
||||
Reference in New Issue
Block a user