mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
webp-lossless-bitstream-spec: normalize list item case
In Section 6.2 Details, use uppercase after a :. This is more consistent with the rest of the doc. Bug: webp:611 Change-Id: I7ac862c90fd8e5fe0bad0dd5e3515d3095a6dc9a
This commit is contained in:
parent
68820f0e53
commit
a2de25f6b6
@ -832,11 +832,11 @@ The encoded image data consists of several parts:
|
|||||||
For any given pixel (x, y), there is a set of five prefix codes associated with
|
For any given pixel (x, y), there is a set of five prefix codes associated with
|
||||||
it. These codes are (in bitstream order):
|
it. These codes are (in bitstream order):
|
||||||
|
|
||||||
* **Prefix code #1**: used for green channel, backward-reference length, and
|
* **Prefix code #1**: Used for green channel, backward-reference length, and
|
||||||
color cache.
|
color cache.
|
||||||
* **Prefix code #2, #3, and #4**: used for red, blue, and alpha channels,
|
* **Prefix code #2, #3, and #4**: Used for red, blue, and alpha channels,
|
||||||
respectively.
|
respectively.
|
||||||
* **Prefix code #5**: used for backward-reference distance.
|
* **Prefix code #5**: Used for backward-reference distance.
|
||||||
|
|
||||||
From here on, we refer to this set as a **prefix code group**.
|
From here on, we refer to this set as a **prefix code group**.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user