mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-21 03:12:52 +01:00
webp-lossless-bitstream-spec: fix section reference
in the Transformations section describing decoding of the transform data followed by the image data. The section numbers were adjusted by 1 in: 337cf69f webp-lossless-bitstream-spec: mv Nomenclature after Intro Bug: webp:611 Change-Id: I4eede0d068fabdef51a140a0268436ab6629e8bb
This commit is contained in:
parent
e2ecd5e937
commit
e4f17a31a7
@ -198,7 +198,7 @@ while (ReadBits(1)) { // Transform present.
|
||||
...
|
||||
}
|
||||
|
||||
// Decode actual image data (Section 4).
|
||||
// Decode actual image data (Section 5).
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
If a transform is present, then the next two bits specify the transform type.
|
||||
|
Loading…
x
Reference in New Issue
Block a user