mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-07 08:31:02 +08:00
update golangci-lint (#3149)
This commit is contained in:
@@ -258,7 +258,7 @@ func TestServerRead(t *testing.T) {
|
||||
},
|
||||
})
|
||||
|
||||
r.OnDataH264(func(pts time.Duration, au [][]byte) {
|
||||
r.OnDataH264(func(_ time.Duration, au [][]byte) {
|
||||
require.Equal(t, [][]byte{
|
||||
test.FormatH264.SPS,
|
||||
test.FormatH264.PPS,
|
||||
|
Reference in New Issue
Block a user