mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Sync specification with code.
This commit is contained in:
@@ -10,9 +10,8 @@ The contents of the XML are preserved in their original form and are not parsed,
|
||||
/**Header for the CICM XML metadata block */
|
||||
typedef struct CicmMetadataBlock
|
||||
{
|
||||
/**Identifier, <see cref="BlockType.CicmBlock" /> */
|
||||
uint32_t identifier;
|
||||
uint32_t length;
|
||||
uint32_t identifier; ///< Block identifier, must be BlockType::CicmBlock.
|
||||
uint32_t length; ///< Length in bytes of the CICM metadata payload that follows.
|
||||
} CicmMetadataBlock;
|
||||
|
||||
==== Field Descriptions
|
||||
|
||||
Reference in New Issue
Block a user