diff --git a/doc/html/format.html b/doc/html/format.html
index bce3c453..1047092a 100644
--- a/doc/html/format.html
+++ b/doc/html/format.html
@@ -1267,7 +1267,7 @@
<3>
- Sample size in bits:
+ Sample size in bits: [5]
-
000 : get from STREAMINFO metadata block
@@ -1367,6 +1367,11 @@
-
The "UTF-8" coding used for the sample/frame number is the same variable length code used to store compressed UCS-2, extended to handle larger input.
+ -
+ For subframes that encode a difference channel,
+ the sample size is one bit larger than the sample size of the frame,
+ in order to be able to encode the difference between extreme values.
+
|
@@ -1489,6 +1494,8 @@
1 : k wasted bits-per-sample in source subblock, k-1 follows, unary coded; e.g. k=3 => 001 follows, k=7 => 0000001 follows.
+ The size of the samples stored in the subframe is the subframe sample size reduced by k bits.
+ Decoded samples must be shifted left by k bits.