mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix bug in the blocksize field of the subframe header spec
This commit is contained in:
@@ -612,7 +612,7 @@
|
||||
<TT>001</TT> : 192 samples
|
||||
</LI>
|
||||
<LI>
|
||||
<TT>010-101</TT> : 576 * (2^(2-n)) samples, i.e. 576/1152/2304/4608
|
||||
<TT>010-101</TT> : 576 * (2^(n-2)) samples, i.e. 576/1152/2304/4608
|
||||
</LI>
|
||||
<LI>
|
||||
<TT>110</TT> : get 8 bit (blocksize-1) from end of header
|
||||
|
||||
Reference in New Issue
Block a user