aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2024-03-29 19:28:52 -0700
committerJames Zern <jzern@google.com>2024-03-29 19:28:52 -0700
commit07216886a76b940aae6f397b5a74a89d6dc4f31b (patch)
tree554bb108c4cab05b72d2f65d963a862902dfa531
parent6c484cbf92e81a5673b24485ac02d211f69be5b7 (diff)
downloadwebp-07216886a76b940aae6f397b5a74a89d6dc4f31b.tar.gz
webp-container-spec: fix VP8 chunk ref ('VP8'->'VP8 ')
Change-Id: Iad8317660c6be7c8044421d7517c95c5034609d7
-rw-r--r--doc/webp-container-spec.txt2
1 files changed, 1 insertions, 1 deletions
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.