From 60111f7e800d5bba6b007029a8b8325efa5cd147 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 4 Oct 2025 05:20:26 +0100 Subject: [PATCH] Synchronize SectorTagType with Aaru. --- 3rdparty/slog | 2 +- include/aaru.h | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/3rdparty/slog b/3rdparty/slog index bc857db..3be0a16 160000 --- a/3rdparty/slog +++ b/3rdparty/slog @@ -1 +1 @@ -Subproject commit bc857dbcd924d9d2af7adb3b4c1464a0de84757a +Subproject commit 3be0a16c65d675a0ba0dca526b9a1c7d14b50a7e diff --git a/include/aaru.h b/include/aaru.h index 30724ff..fa0cdce 100644 --- a/include/aaru.h +++ b/include/aaru.h @@ -865,7 +865,13 @@ typedef enum CdTrackFlags = 11, ///< Track flags (audio/data, copy permitted, pre-emphasis) DvdCmi = 12, ///< DVD Copyright Management Information (CSS) 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; /** @} */ /* end of SectorTags group */