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:
James Zern 2023-06-05 17:35:49 -07:00
parent e2ecd5e937
commit e4f17a31a7

View File

@ -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. If a transform is present, then the next two bits specify the transform type.