Skip to content

Commit

Permalink
fix typo in BlockAdditionMapping element
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed authored and robUx4 committed Dec 22, 2024
1 parent 56ee057 commit 9fa9cb2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions block_additional_mappings_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ The following XML depicts the nested elements of a `BlockGroup` element with an
```

When the `BlockAddID` is set a value greater than "1", then the contents of the
`BlockAdditional` element are defined by the `BlockAdditionalMapping` element, within
`BlockAdditional` element are defined by the `BlockAdditionMapping` element, within
the associated `TrackEntry` element, where the `BlockAddID` element of `BlockAdditional` element
equals the `BlockAddIDValue` of the associated `TrackEntry`'s `BlockAdditionalMapping` element.
That `BlockAdditionalMapping` element identifies a particular `Block Additional Mapping` by the `BlockAddIDType`.
equals the `BlockAddIDValue` of the associated `TrackEntry`'s `BlockAdditionMapping` element.
That `BlockAdditionMapping` element identifies a particular `Block Additional Mapping` by the `BlockAddIDType`.

The values of `BlockAddID` that are 2 of greater have no semantic meaning, but simply
associate the `BlockMore` element with a `BlockAdditionMapping` of the associated `Track`.
Expand All @@ -41,12 +41,12 @@ The following XML depicts a use of a `Block Additional Mapping` to associate a t
<TrackNumber>1</TrackNumber>
<TrackUID>568001708</TrackUID>
<TrackType>1</TrackType>
<BlockAdditionalMapping>
<BlockAdditionMapping>
<BlockAddIDValue>2</BlockAddIDValue><!--arbitrary value
used in BlockAddID-->
<BlockAddIDName>timecode</BlockAddIDName>
<BlockAddIDType>12</BlockAddIDType>
</BlockAdditionalMapping>
</BlockAdditionMapping>
<CodecID>V_FFV1</CodecID>
<Video>
<PixelWidth>1920</PixelWidth>
Expand All @@ -61,7 +61,7 @@ The following XML depicts a use of a `Block Additional Mapping` to associate a t
<BlockAdditions>
<BlockMore>
<BlockAddID>2</BlockAddID><!--arbitrary value from
BlockAdditionalMapping-->
BlockAdditionMapping-->
<BlockAdditional>01:00:00:00</BlockAdditional>
</BlockMore>
</BlockAdditions>
Expand Down

0 comments on commit 9fa9cb2

Please sign in to comment.