mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Set DDTv2 as 64-bit and remove concept of multiple sizes of DDTs.
This commit is contained in:
@@ -220,15 +220,6 @@ typedef enum
|
||||
AudioMedia = 3 ///< Media that can only store data when modulated to audio.
|
||||
} XmlMediaType;
|
||||
|
||||
/**
|
||||
* \enum DdtSizeType
|
||||
* \brief Size type for Deduplication Data Table (DDT) entries.
|
||||
*/
|
||||
typedef enum
|
||||
{
|
||||
BigDdtSizeType = 1 ///< Large sized DDT entries.
|
||||
} DdtSizeType;
|
||||
|
||||
/**
|
||||
* \enum SectorStatus
|
||||
* \brief Acquisition / content status for one or more sectors.
|
||||
|
||||
Reference in New Issue
Block a user