bump Golang to 1.23 (#610)

This commit is contained in:
Alessandro Ros
2024-11-04 13:39:10 +01:00
committed by GitHub
parent 01fd8033a2
commit a19432fd87
22 changed files with 85 additions and 58 deletions

View File

@@ -72,7 +72,7 @@ func TestH265DecEncoder(t *testing.T) {
}
func FuzzH265PTSEqualsDTS(f *testing.F) {
f.Fuzz(func(t *testing.T, b []byte) {
f.Fuzz(func(_ *testing.T, b []byte) {
(&H265{}).PTSEqualsDTS(&rtp.Packet{Payload: b})
})
}