mirror of
https://github.com/aler9/gortsplib
synced 2025-10-08 16:40:09 +08:00
merge format and formatdecenc into formats (#222)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
[]byte("a00")
|
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
[]byte("a0")
|
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
[]byte("d0")
|
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
[]byte("a000")
|
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
[]byte("")
|
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
[]byte("bbbbbbbbbbbbb0")
|
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
[]byte("b0\xcd")
|
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
[]byte("b0")
|
Reference in New Issue
Block a user