Separate mode2 subheader from sector contents, helps for deduplication and compression.

This commit is contained in:
2018-08-02 22:31:02 +01:00
parent 224ef1b249
commit 076297bbbd
5 changed files with 97 additions and 8 deletions

View File

@@ -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>