mirror of
				https://github.com/webmproject/libwebp.git
				synced 2025-10-31 10:25:46 +01:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user