mirror of
https://github.com/aler9/gortsplib
synced 2025-11-02 03:22:58 +08:00
add MPEG4Video.SafeParams(), MPEG4Video.SafeSetParams() (#395)
This commit is contained in:
3
pkg/format/testdata/fuzz/FuzzUnmarshalH264/def20bf5816007f3
vendored
Normal file
3
pkg/format/testdata/fuzz/FuzzUnmarshalH264/def20bf5816007f3
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
go test fuzz v1
|
||||
string(",")
|
||||
string("0")
|
||||
5
pkg/format/testdata/fuzz/FuzzUnmarshalH265/85fd1a8f82a0e5c4
vendored
Normal file
5
pkg/format/testdata/fuzz/FuzzUnmarshalH265/85fd1a8f82a0e5c4
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
go test fuzz v1
|
||||
string("0")
|
||||
string("\x00")
|
||||
string("")
|
||||
string("0\xa5")
|
||||
3
pkg/format/testdata/fuzz/FuzzUnmarshalMPEG4VideoES/85649d45641911d0
vendored
Normal file
3
pkg/format/testdata/fuzz/FuzzUnmarshalMPEG4VideoES/85649d45641911d0
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
go test fuzz v1
|
||||
string("0")
|
||||
string("")
|
||||
Reference in New Issue
Block a user