bump mediacommon (#564)

This commit is contained in:
Alessandro Ros
2024-05-05 18:56:20 +02:00
committed by GitHub
parent 3bf4e80549
commit 5eddb77935
3 changed files with 4 additions and 4 deletions

View File

@@ -209,7 +209,7 @@ func TestDecoderErrorLimit(t *testing.T) {
})
}
require.EqualError(t, err, "NALU count exceeds maximum allowed (21)")
require.EqualError(t, err, "NALU count exceeds maximum allowed (25)")
}
func FuzzDecoder(f *testing.F) {