mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
optimizations
This commit is contained in:
@@ -325,7 +325,7 @@ namespace CUETools.Codecs.FLAKE
|
||||
uint t1 = bitreader.readbit(); // == 0?????
|
||||
if (t1 != 0)
|
||||
throw new Exception("unsupported frame coding");
|
||||
frame.frame_count = bitreader.read_utf8();
|
||||
frame.frame_number = (int)bitreader.read_utf8();
|
||||
|
||||
// custom block size
|
||||
if (frame.bs_code0 == 6)
|
||||
|
||||
Reference in New Issue
Block a user