Merge branch 'main' into v4

This commit is contained in:
aler9
2023-09-01 18:06:41 +02:00
4 changed files with 8 additions and 8 deletions

View File

@@ -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) {