From 14f09ab75b69829be01a4aeadb099a227ee6c8c0 Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 19 Sep 2024 11:54:42 -0700 Subject: [PATCH] webp-container-spec: reorder chunk size - N text Use 'Chunk Size bytes - N' to avoid singular/plural confusion in the case of 'Chunk Size - 1 bytes' case. These changes are based on editor comments in AUTH48: https://datatracker.ietf.org/doc/draft-zern-webp/ Change-Id: I898113033fd53d744fe9289f971887b8cfe278b9 --- doc/webp-container-spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/webp-container-spec.txt b/doc/webp-container-spec.txt index 08ea841c..fbc2d3de 100644 --- a/doc/webp-container-spec.txt +++ b/doc/webp-container-spec.txt @@ -525,7 +525,7 @@ Disposal method (D): 1 bit not present, standard RGB (sRGB) is to be assumed. (Note that sRGB also needs to be linearized due to a gamma of ~2.2.) -Frame Data: _Chunk Size_ - `16` bytes +Frame Data: _Chunk Size_ bytes - `16` : Consists of: @@ -616,7 +616,7 @@ Compression method (C): 2 bits * `0`: No compression. * `1`: Compressed using the WebP lossless format. -Alpha bitstream: _Chunk Size_ - `1` bytes +Alpha bitstream: _Chunk Size_ bytes - `1` : Encoded alpha bitstream.