Synchronize SectorTagType with Aaru.

This commit is contained in:
2025-10-04 05:20:26 +01:00
parent cae7505f4e
commit 60111f7e80
2 changed files with 8 additions and 2 deletions

2
3rdparty/slog vendored

View File

@@ -865,7 +865,13 @@ typedef enum
CdTrackFlags = 11, ///< Track flags (audio/data, copy permitted, pre-emphasis) CdTrackFlags = 11, ///< Track flags (audio/data, copy permitted, pre-emphasis)
DvdCmi = 12, ///< DVD Copyright Management Information (CSS) DvdCmi = 12, ///< DVD Copyright Management Information (CSS)
FloppyAddressMark = 13, ///< Raw address mark & sync preamble (format dependent) FloppyAddressMark = 13, ///< Raw address mark & sync preamble (format dependent)
MaxSectorTag = FloppyAddressMark DvdSectorTitleKey = 14, ///< DVD sector title key, 5 bytes
DvdTitleKeyDecrypted = 15, ///< Decrypted DVD sector title key, 5 bytes
DvdSectorInformation = 16, ///< DVD sector information, 1 bytes
DvdSectorNumber = 17, ///< DVD sector number, 3 bytes
DvdSectorIed = 18, ///< DVD sector ID error detection, 2 bytes
DvdSectorEdc = 19, ///< DVD sector EDC, 4 bytes
MaxSectorTag = DvdSectorEdc
} SectorTagType; } SectorTagType;
/** @} */ /* end of SectorTags group */ /** @} */ /* end of SectorTags group */