mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2026-07-08 18:06:18 +00:00
Fix max sector and media tags.
This commit is contained in:
@@ -980,7 +980,7 @@ typedef enum
|
||||
kSectorTagAppleProfile = 20, ///< Apple's Profile sector tags, 20 bytes
|
||||
kSectorTagPriamDataTower = 21, ///< Priam DataTower sector tags, 24 bytes
|
||||
kSectorTagBdSectorEdc = 22, ///< Blu-ray sector EDC, 4 bytes
|
||||
MaxSectorTag = kSectorTagPriamDataTower
|
||||
MaxSectorTag = kSectorTagBdSectorEdc
|
||||
} SectorTagType;
|
||||
|
||||
/** @} */ /* end of SectorTags group */
|
||||
@@ -1087,7 +1087,7 @@ typedef enum
|
||||
kMediaTagNgcwJunkMap = 84, ///< Nintendo GameCube/Wii junk region map with LFG seeds
|
||||
kMediaTagAacsMediaKey = 85, ///< AACS Media Key
|
||||
kMediaTagAacsVolumeUniqueKey = 86, ///< AACS Volume Unique Key
|
||||
MaxMediaTag = kMediaTagNgcwJunkMap
|
||||
MaxMediaTag = kMediaTagAacsVolumeUniqueKey
|
||||
} MediaTagType;
|
||||
|
||||
/** @} */ /* end of MediaTags group */
|
||||
|
||||
Reference in New Issue
Block a user