mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-08 18:06:48 +02:00
webp-lossless-bitstream-spec: refine single node text
Remove the ambiguous 'should' which in other contexts might result in questions as to whether it is a SHOULD or a MUST. Change-Id: I9b396187ebde5ea5a0dbaf42daee6acf541258cd
This commit is contained in:
parent
64819c7cf3
commit
14a9dbfba0
@ -847,9 +847,9 @@ stream. This may be inefficient, but it is allowed by the format.
|
|||||||
The described tree must be a complete binary tree. A single leaf node is
|
The described tree must be a complete binary tree. A single leaf node is
|
||||||
considered a complete binary tree and can be encoded using either the simple
|
considered a complete binary tree and can be encoded using either the simple
|
||||||
code length code or the normal code length code. When coding a single leaf
|
code length code or the normal code length code. When coding a single leaf
|
||||||
node using the _normal code length code_, all but one code length should be
|
node using the _normal code length code_, all but one code length are zeros,
|
||||||
zeros, and the single leaf node value is marked with the length of 1 -- even
|
and the single leaf node value is marked with the length of 1 -- even when no
|
||||||
when no bits are consumed when that single leaf node tree is used.
|
bits are consumed when that single leaf node tree is used.
|
||||||
|
|
||||||
**(i) Simple Code Length Code:**
|
**(i) Simple Code Length Code:**
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user