From e4f17a31a7482799e5e6f7159040523e20bb40c9 Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 5 Jun 2023 17:35:49 -0700 Subject: [PATCH] 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 --- doc/webp-lossless-bitstream-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/webp-lossless-bitstream-spec.txt b/doc/webp-lossless-bitstream-spec.txt index 9ccfa9ee..42cf0573 100644 --- a/doc/webp-lossless-bitstream-spec.txt +++ b/doc/webp-lossless-bitstream-spec.txt @@ -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.