From 931bd516b8c505cf8ca05c4d93fcc6d982a4fbfc Mon Sep 17 00:00:00 2001 From: Urvang Joshi Date: Wed, 5 Dec 2012 13:37:52 -0800 Subject: [PATCH] lossless bitstream: block size bits correction The color transform block size is stored as 3 bits, not 4. Fixed the description. The code snippet is already correct. Change-Id: I830d848b54c121cb5426ca06853a3f1184fd9a31 --- 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 59d6a117..7922acd6 100644 --- a/doc/webp-lossless-bitstream-spec.txt +++ b/doc/webp-lossless-bitstream-spec.txt @@ -436,7 +436,7 @@ consistent with each other. Now we describe the contents of color transform data so that decoding can apply the inverse color transform and recover the original red and -blue values. The first 4 bits of the color transform data contain the +blue values. The first 3 bits of the color transform data contain the width and height of the image block in number of bits, just like the predictor transform: