mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
optimizations
This commit is contained in:
@@ -435,7 +435,7 @@ namespace CUETools.Codecs.FLAKE
|
||||
// subframe header
|
||||
uint t1 = bitreader.readbit(); // ?????? == 0
|
||||
if (t1 != 0)
|
||||
throw new Exception("unsupported subframe coding");
|
||||
throw new Exception("unsupported subframe coding (ch == " + ch.ToString() + ")");
|
||||
int type_code = (int)bitreader.readbits(6);
|
||||
frame.subframes[ch].wbits = (int)bitreader.readbit();
|
||||
if (frame.subframes[ch].wbits != 0)
|
||||
|
||||
Reference in New Issue
Block a user