Skip to content

Commit

Permalink
Update notation of configOBUs.
Browse files Browse the repository at this point in the history
Uses same style as in the Audio Frame OBU.
  • Loading branch information
jwcullen authored and tdaede committed Jan 18, 2024
1 parent 24188f0 commit 40c4bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ Parsers SHALL ignore these two fields.
class IAConfigurationBox extends Box('iacb') {
unsigned int (8) configurationVersion = 1;
leb128() configOBUs_size;
unsigned int (8) configOBUs[];
unsigned int (8 x configOBUs_size) configOBUs;
}
```

Expand Down

0 comments on commit 40c4bc5

Please sign in to comment.