Do not send to output image clusters that cross tracks.

This commit is contained in:
2020-01-01 23:05:52 +00:00
parent 912ab555fb
commit 520d8981a1
2 changed files with 13 additions and 3 deletions

View File

@@ -872,7 +872,7 @@ namespace DiscImageChef.Core.Devices.Dumping
ReadCdData(audioExtents, blocks, blockSize, ref currentSpeed, currentTry, extents, ibgLog,
ref imageWriteDuration, lastSector, leadOutExtents, ref maxSpeed, mhddLog, ref minSpeed,
out newTrim, tracks[0].TrackType != TrackType.Audio, offsetBytes, read6, read10, read12, read16,
readcd, sectorsForOffset, subSize, supportedSubchannel, supportsLongSectors, ref totalDuration);
readcd, sectorsForOffset, subSize, supportedSubchannel, supportsLongSectors, ref totalDuration, tracks);
// TODO: Enable when underlying images support lead-outs
/*