From 68e271354ef4e927f8142089df7d4227e8a42928 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 1 Sep 2023 14:57:42 -0700 Subject: [PATCH] webp-container-spec: reorder example chunk layout place the unknown 'XYZW' chunk at the end of the file to agree with the order given by the 'Extended File Format' section. Change-Id: I5cec5a61069a03f3487f5f9ff9209f5ead6de24c --- 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 355dd3c4..f61555d6 100644 --- a/doc/webp-container-spec.txt +++ b/doc/webp-container-spec.txt @@ -832,8 +832,8 @@ A lossless-encoded image may look as follows: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RIFF/WEBP +- VP8X (descriptions of features used) -+- XYZW (unknown chunk) +- VP8L (lossless bitstream) ++- XYZW (unknown chunk) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A lossless image with an ICC profile and XMP metadata may