mirror of https://github.com/xiph/flac
minor comments
This commit is contained in:
parent
6126c83125
commit
03f54be74c
|
@ -3086,7 +3086,7 @@ void precompute_partition_info_escapes_(
|
|||
raw_bits_per_partition[partition] = max(silog2_min, silog2_max);
|
||||
}
|
||||
to_partition = partitions;
|
||||
break;
|
||||
break; /*@@@@@@ yuck, should remove the 'for' loop instead */
|
||||
}
|
||||
|
||||
/* now merge partitions for lower orders */
|
||||
|
|
Loading…
Reference in New Issue