General code clean-up, refactor and commenting.

This commit is contained in:
2020-11-11 04:19:13 +00:00
parent 3c540f41b0
commit a1870c5437
6 changed files with 195 additions and 209 deletions

View File

@@ -314,7 +314,7 @@ namespace Aaru.Decoders.CD
}
lba += (((min >> 4) * 10) + (min & 0x0F)) * 75 * 60;
lba += (((sec >> 4) * 10) + (sec & 0x0F)) * 75;
lba += (((sec >> 4) * 10) + (sec & 0x0F)) * 75;
lba += ((frame >> 4) * 10) + (frame & 0x0F);
lba -= 150;