webp-container-spec: fix VP8 chunk ref ('VP8'->'VP8 ')

Change-Id: Iad8317660c6be7c8044421d7517c95c5034609d7
This commit is contained in:
James Zern 2024-03-29 19:28:52 -07:00
parent 6c484cbf92
commit 07216886a7

View File

@ -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.