mirror of
https://github.com/aler9/gortsplib
synced 2025-10-07 16:10:59 +08:00
update linter settings (#840)
This commit is contained in:
@@ -22,7 +22,8 @@ func TestDecode(t *testing.T) {
|
||||
for _, pkt := range ca.pkts {
|
||||
clone := pkt.Clone()
|
||||
|
||||
addNALUs, err := d.Decode(pkt)
|
||||
var addNALUs [][]byte
|
||||
addNALUs, err = d.Decode(pkt)
|
||||
|
||||
// test input integrity
|
||||
require.Equal(t, clone, pkt)
|
||||
|
Reference in New Issue
Block a user