mirror of
https://github.com/livekit/livekit.git
synced 2026-08-29 09:49:24 +00:00
Removing commented out short cut path, don't need more debug data. (#1822)
This commit is contained in:
@@ -548,11 +548,9 @@ func (s *StreamTrackerManager) GetReferenceLayerRTPTimestamp(ts uint32, layer in
|
||||
return 0, fmt.Errorf("invalid layer, target: %d, reference: %d", layer, referenceLayer)
|
||||
}
|
||||
|
||||
/* TODO-RESTORE-AFTER-DEBUG - this is just fast path, below calculations should yield same
|
||||
if layer == referenceLayer {
|
||||
return ts, nil
|
||||
}
|
||||
*/
|
||||
|
||||
var srLayer *buffer.RTCPSenderReportData
|
||||
if int(layer) < len(s.senderReports) {
|
||||
|
||||
Reference in New Issue
Block a user