mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
improve NALU size limit errors (#741)
This commit is contained in:
@@ -241,7 +241,7 @@ func TestDecoderErrorLimit(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
require.EqualError(t, err, "NALU count exceeds maximum allowed (25)")
|
||||
require.EqualError(t, err, "NALU count (26) exceeds maximum allowed (25)")
|
||||
}
|
||||
|
||||
func TestDecodeErrorMissingPacket(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user