mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 04:22:00 -08:00
update golangci-lint (#3149)
This commit is contained in:
parent
29f0ded9f1
commit
c7dbb951f3
17 changed files with 31 additions and 30 deletions
|
|
@ -202,7 +202,7 @@ func TestH264EmptyPacket(t *testing.T) {
|
|||
}
|
||||
|
||||
func FuzzRTPH264ExtractParams(f *testing.F) {
|
||||
f.Fuzz(func(t *testing.T, b []byte) {
|
||||
f.Fuzz(func(_ *testing.T, b []byte) {
|
||||
rtpH264ExtractParams(b)
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -198,7 +198,7 @@ func TestH265EmptyPacket(t *testing.T) {
|
|||
}
|
||||
|
||||
func FuzzRTPH265ExtractParams(f *testing.F) {
|
||||
f.Fuzz(func(t *testing.T, b []byte) {
|
||||
f.Fuzz(func(_ *testing.T, b []byte) {
|
||||
rtpH265ExtractParams(b)
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue