mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
update golangci-lint (#554)
This commit is contained in:
@@ -189,7 +189,7 @@ func TestBufferIsFull(t *testing.T) {
|
||||
var expected []*rtp.Packet
|
||||
|
||||
for i := 0; i < 64-toMiss; i++ {
|
||||
out, missing := r.Process(&rtp.Packet{
|
||||
out, missing = r.Process(&rtp.Packet{
|
||||
Header: rtp.Header{
|
||||
SequenceNumber: sn + uint16(toMiss),
|
||||
},
|
||||
|
Reference in New Issue
Block a user