mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02: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:
@ -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.
|
||||
|
Reference in New Issue
Block a user