mirror of
https://github.com/aler9/gortsplib
synced 2025-10-16 04:00:46 +08:00
switch to golangci-lint
This commit is contained in:
@@ -74,7 +74,7 @@ func (rr *RtcpReceiver) ProcessFrame(ts time.Time, streamType base.StreamType, b
|
||||
if diff > 0 || diff < -0x0FFF {
|
||||
// overflow
|
||||
if diff < -0x0FFF {
|
||||
rr.sequenceNumberCycles += 1
|
||||
rr.sequenceNumberCycles++
|
||||
}
|
||||
|
||||
// detect lost frames
|
||||
|
Reference in New Issue
Block a user