mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
[Specification] Update block identifiers to use backticks for consistency
This commit is contained in:
@@ -33,7 +33,7 @@ NOTE: Bitstream deduplication tables provide a reference for associating bitstre
|
|||||||
|uint32_t
|
|uint32_t
|
||||||
|4 bytes
|
|4 bytes
|
||||||
|identifier
|
|identifier
|
||||||
|The flux data block identifier, always 'BITS'
|
|The flux data block identifier, always `BITS`
|
||||||
|
|
||||||
|uint16_t
|
|uint16_t
|
||||||
|2 bytes
|
|2 bytes
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
=== Compact Disc Indexes Block ('CDIX')
|
=== Compact Disc Indexes Block (`CDIX`)
|
||||||
|
|
||||||
On CompactDisc and related media, tracks can contain multiple indexes.
|
On CompactDisc and related media, tracks can contain multiple indexes.
|
||||||
These are used to mark separations in the data, such as distinct segments of a musical performance.
|
These are used to mark separations in the data, such as distinct segments of a musical performance.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
=== CICM XML Metadata Block ('CICM')
|
=== CICM XML Metadata Block (`CICM`)
|
||||||
|
|
||||||
This block header signifies the inclusion of an embedded CICM XML metadata sidecar.
|
This block header signifies the inclusion of an embedded CICM XML metadata sidecar.
|
||||||
The contents of the XML are preserved in their original form and are not parsed, interpreted, or validated by the format implementation.
|
The contents of the XML are preserved in their original form and are not parsed, interpreted, or validated by the format implementation.
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ typedef struct DdtHeader
|
|||||||
|uint32_t
|
|uint32_t
|
||||||
|4 bytes
|
|4 bytes
|
||||||
|identifier
|
|identifier
|
||||||
|The deduplication table identifier, always 'DDT*'
|
|The deduplication table identifier, always `DDT*`
|
||||||
|
|
||||||
|uint16_t
|
|uint16_t
|
||||||
|2 bytes
|
|2 bytes
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ Only one flux-type deduplication table is allowed per image, and it must have ex
|
|||||||
|uint32_t
|
|uint32_t
|
||||||
|4 bytes
|
|4 bytes
|
||||||
|identifier
|
|identifier
|
||||||
|The flux data block identifier, always 'FLUX'
|
|The flux data block identifier, always `FLUX`
|
||||||
|
|
||||||
|uint16_t
|
|uint16_t
|
||||||
|2 bytes
|
|2 bytes
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ typedef struct MetadataBlockHeader
|
|||||||
|uint32_t
|
|uint32_t
|
||||||
|4 bytes
|
|4 bytes
|
||||||
|identifier
|
|identifier
|
||||||
|The metadata table identifier, always 'META'
|
|The metadata table identifier, always `META`
|
||||||
|
|
||||||
|uint32_t
|
|uint32_t
|
||||||
|4 bytes
|
|4 bytes
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ During conversion from AaruFormat, only one snapshot (or the latest index) shoul
|
|||||||
|uint32_t
|
|uint32_t
|
||||||
|4 bytes
|
|4 bytes
|
||||||
|identifier
|
|identifier
|
||||||
|The snapshot block identifier, always 'SNAP'
|
|The snapshot block identifier, always `SNAP`
|
||||||
|
|
||||||
|uint32_t
|
|uint32_t
|
||||||
|4 bytes
|
|4 bytes
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
=== Tape File Block ('TFLE')
|
=== Tape File Block (`TFLE`)
|
||||||
|
|
||||||
Lists all tape files.
|
Lists all tape files.
|
||||||
Tape files are separations written to media, usually digital tapes, and are marked by filemarks.
|
Tape files are separations written to media, usually digital tapes, and are marked by filemarks.
|
||||||
|
|||||||
Reference in New Issue
Block a user