Skip to content

Commit

Permalink
More registered BlockAddIDType values
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMartinez committed May 26, 2020
1 parent 96b3f41 commit 354df6d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions codec_specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -802,3 +802,35 @@ Block type identifier: 1
Block type name: Opaque data

Description: the `BlockAdditional` data is interpreted as opaque additional data passed to the codec with the Block data. `BlockAddIDValue` MUST be 1.

### ITU T.35 metadata

Block type identifier: 4

Block type name: ITU T.35 metadata

Description: the `BlockAdditional` data is interpreted as ITU T.35 metadata as defined by ITU-T T.35 terminal codes. `BlockAddIDValue` MUST be 4.

### dvcC

Block type identifier: 0x64766343

Block type name: Dolby Vision configuration

Description: the `BlockAddIDExtraData` data is interpreted as `DOVIDecoderConfigurationRecord` structure as defined in [Dolby Vision Streams File Format](ttps://www.dolby.com/us/en/technologies/dolby-vision/dolby-vision-bitstreams-within-the-iso-base-media-file-format-v2.1.2.pdf).

### hvcE

Block type identifier: 0x68766345

Block type name: Dolby Vision enhancement-layer HEVC configuration

Type Description: the `BlockAddIDExtraData` data is interpreted as `HEVCDecoderConfigurationRecord` structure as defined in [@!ISO.14496-15.2014], as described in [Dolby Vision Streams File Format](ttps://www.dolby.com/us/en/technologies/dolby-vision/dolby-vision-bitstreams-within-the-iso-base-media-file-format-v2.1.2.pdf). This extension MUST NOT be used if `Codec ID` is not `V_MPEGH/ISO/HEVC`.

### mvcC

Block type identifier: 0x6D766343

Block type name: MVC configuration

Description: the `BlockAddIDExtraData` data is interpreted as `MVCDecoderConfigurationRecord` structure as defined in [@!ISO.14496-15.2014]. This extension MUST NOT be used if `Codec ID` is not `V_MPEG4/ISO/AVC`.

0 comments on commit 354df6d

Please sign in to comment.