From 07216886a76b940aae6f397b5a74a89d6dc4f31b Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 29 Mar 2024 19:28:52 -0700 Subject: [PATCH] webp-container-spec: fix VP8 chunk ref ('VP8'->'VP8 ') Change-Id: Iad8317660c6be7c8044421d7517c95c5034609d7 --- doc/webp-container-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/webp-container-spec.txt b/doc/webp-container-spec.txt index c2e9e0f7..c64bfd40 100644 --- a/doc/webp-container-spec.txt +++ b/doc/webp-container-spec.txt @@ -291,7 +291,7 @@ For an _animated image_, the _image data_ consists of multiple frames. More details about frames can be found in the [Animation](#animation) section. All chunks necessary for reconstruction and color correction, that is 'VP8X', -'ICCP', 'ANIM', 'ANMF', 'ALPH', 'VP8' and 'VP8L', MUST appear in the order +'ICCP', 'ANIM', 'ANMF', 'ALPH', 'VP8 ' and 'VP8L', MUST appear in the order described earlier. Readers SHOULD fail when chunks necessary for reconstruction and color correction are out of order.