mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
webp-lossless-bitstream-spec: color_cache -> color cache
The text is referring to the color cache, not a variable. Bug: webp:611 Change-Id: Ife7e8246817ea0831993702bc050ed79998a0ee4
This commit is contained in:
parent
6e75054736
commit
dd88d2ff3e
@ -788,7 +788,7 @@ int color_cache_code_bits = ReadBits(4);
|
||||
int color_cache_size = 1 << color_cache_code_bits;
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
`color_cache_code_bits` defines the size of the color_cache (`1 <<
|
||||
`color_cache_code_bits` defines the size of the color cache (`1 <<
|
||||
color_cache_code_bits`). The range of allowed values for
|
||||
`color_cache_code_bits` is \[1..11\]. Compliant decoders must indicate a
|
||||
corrupted bitstream for other values.
|
||||
|
Loading…
Reference in New Issue
Block a user