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

@@ -161,6 +161,7 @@ namespace DiscImageChef.DiscImages
ulong[] userDataDdt;
bool writingLong;
ulong writtenSectors;
byte[] mode2Subheaders;
public DiscImageChef()
{