mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Separate mode2 subheader from sector contents, helps for deduplication and compression.
This commit is contained in:
@@ -205,7 +205,9 @@ namespace DiscImageChef.DiscImages
|
||||
/// <summary>CompactDisc sector prefix (sync, header), only incorrect stored</summary>
|
||||
CdSectorPrefixCorrected = 76,
|
||||
/// <summary>CompactDisc sector suffix (edc, ecc p, ecc q), only incorrect stored</summary>
|
||||
CdSectorSuffixCorrected = 77
|
||||
CdSectorSuffixCorrected = 77,
|
||||
/// <summary>CompactDisc MODE 2 subheader</summary>
|
||||
CompactDiscMode2Subheader = 78
|
||||
}
|
||||
|
||||
/// <summary>List of known blocks types</summary>
|
||||
|
||||
Reference in New Issue
Block a user