summaryrefslogtreecommitdiff
path: root/doc/html/format.html
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2003-11-07 19:12:53 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2003-11-07 19:12:53 +0000
commite56a1e414107265308da14138ea1965e5ca31236 (patch)
tree6e0d8ad88fbd01910c8875199f37d750a3dee1a1 /doc/html/format.html
parent6a868045e0114f31c3d5959bba9ff16fc1d81bdb (diff)
downloadflac-e56a1e414107265308da14138ea1965e5ca31236.tar.gz
fix error in encoded residual definition
Diffstat (limited to 'doc/html/format.html')
-rw-r--r--doc/html/format.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/format.html b/doc/html/format.html
index 8fcf9ea5..b11ef638 100644
--- a/doc/html/format.html
+++ b/doc/html/format.html
@@ -1487,7 +1487,7 @@
Encoded residual. The number of samples (n) in the partition is determined as follows:<BR>
<UL>
<LI>
- if the partition order is zero, n = frame's blocksize
+ if the partition order is zero, n = frame's blocksize - predictor order
</LI>
<LI>
else if this is not the first partition of the subframe, n = (frame's blocksize / (2^partition order))