mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 23:52:46 +08:00
Merge branch 'main' into v4
This commit is contained in:
@@ -208,7 +208,7 @@ func TestDecoderErrorLimit(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
require.EqualError(t, err, "NALU count exceeds maximum allowed (20)")
|
||||
require.EqualError(t, err, "NALU count exceeds maximum allowed (21)")
|
||||
}
|
||||
|
||||
func FuzzDecoder(f *testing.F) {
|
||||
|
Reference in New Issue
Block a user