mirror of
https://github.com/aler9/gortsplib
synced 2025-10-17 20:51:09 +08:00
bump Golang to 1.23 (#610)
This commit is contained in:
@@ -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})
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user