* DiscImageChef.Decoders/CD/FullTOC.cs:

Enhanced prettify to be more verbose.

	* DiscImageChef.Decoders/CD/TOC.cs:
	  Corrected typo.
This commit is contained in:
2015-12-04 01:57:56 +00:00
parent b3ec79b7ae
commit 70d8743683
3 changed files with 111 additions and 7 deletions

View File

@@ -207,7 +207,7 @@ namespace DiscImageChef.Decoders.CD
sb.AppendLine("Quadraphonic audio track with no pre-emphasis");
break;
case TOC_CONTROL.FourChanPreEmph:
sb.AppendLine("Stereo audio track with 50/15 μs pre-emphasis");
sb.AppendLine("Quadraphonic audio track with 50/15 μs pre-emphasis");
break;
case TOC_CONTROL.DataTrack:
sb.AppendLine("Data track, recorded uninterrupted");