mirror of https://github.com/xiph/flac
fix bug in the blocksize field of the subframe header spec
This commit is contained in:
parent
22bc5d92d0
commit
9deb72d662
|
@ -612,7 +612,7 @@
|
||||||
<TT>001</TT> : 192 samples
|
<TT>001</TT> : 192 samples
|
||||||
</LI>
|
</LI>
|
||||||
<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>
|
||||||
<LI>
|
<LI>
|
||||||
<TT>110</TT> : get 8 bit (blocksize-1) from end of header
|
<TT>110</TT> : get 8 bit (blocksize-1) from end of header
|
||||||
|
|
Loading…
Reference in New Issue