mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
update mediacommon (#332)
This commit is contained in:
@@ -190,7 +190,7 @@ func TestDecoderErrorLimit(t *testing.T) {
|
||||
d.Init()
|
||||
var err error
|
||||
|
||||
for i := 0; i <= h264.MaxNALUsPerGroup; i++ {
|
||||
for i := 0; i <= h264.MaxNALUsPerAccessUnit; i++ {
|
||||
_, _, err = d.DecodeUntilMarker(&rtp.Packet{
|
||||
Header: rtp.Header{
|
||||
Version: 2,
|
||||
|
Reference in New Issue
Block a user