Skip to content

Commit 9fa9cb2

Browse files
dericedrobUx4
authored andcommitted
fix typo in BlockAdditionMapping element
1 parent 56ee057 commit 9fa9cb2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

block_additional_mappings_intro.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ The following XML depicts the nested elements of a `BlockGroup` element with an
2222
```
2323

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

3030
The values of `BlockAddID` that are 2 of greater have no semantic meaning, but simply
3131
associate the `BlockMore` element with a `BlockAdditionMapping` of the associated `Track`.
@@ -41,12 +41,12 @@ The following XML depicts a use of a `Block Additional Mapping` to associate a t
4141
<TrackNumber>1</TrackNumber>
4242
<TrackUID>568001708</TrackUID>
4343
<TrackType>1</TrackType>
44-
<BlockAdditionalMapping>
44+
<BlockAdditionMapping>
4545
<BlockAddIDValue>2</BlockAddIDValue><!--arbitrary value
4646
used in BlockAddID-->
4747
<BlockAddIDName>timecode</BlockAddIDName>
4848
<BlockAddIDType>12</BlockAddIDType>
49-
</BlockAdditionalMapping>
49+
</BlockAdditionMapping>
5050
<CodecID>V_FFV1</CodecID>
5151
<Video>
5252
<PixelWidth>1920</PixelWidth>
@@ -61,7 +61,7 @@ The following XML depicts a use of a `Block Additional Mapping` to associate a t
6161
<BlockAdditions>
6262
<BlockMore>
6363
<BlockAddID>2</BlockAddID><!--arbitrary value from
64-
BlockAdditionalMapping-->
64+
BlockAdditionMapping-->
6565
<BlockAdditional>01:00:00:00</BlockAdditional>
6666
</BlockMore>
6767
</BlockAdditions>

0 commit comments

Comments
 (0)