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 */