From c040a615b10cee9ed210d183e0ceeab8673c55c9 Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 4 Aug 2022 11:47:22 -0700 Subject: [PATCH] webp-container-spec.txt: normalize fourcc spelling fourcc -> FourCC as it's defined in the terminology Change-Id: I49e3a5aaba525b295701d8aac7b1700c4003ca77 --- 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 173a693f..c6c258b1 100644 --- a/doc/webp-container-spec.txt +++ b/doc/webp-container-spec.txt @@ -206,7 +206,7 @@ VP8 data: _Chunk Size_ bytes : VP8 bitstream data. -Note the fourth character in the 'VP8 ' fourcc is an ASCII space (%x20). +Note the fourth character in the 'VP8 ' FourCC is an ASCII space (%x20). The VP8 bitstream format specification can be found at [VP8 Data Format and Decoding Guide][vp8spec]. Note that the VP8 frame header contains the VP8 frame @@ -720,7 +720,7 @@ XMP Metadata: _Chunk Size_ bytes : image metadata in XMP format. -Note the fourth character in the 'XMP ' fourcc is an ASCII space (%x20). +Note the fourth character in the 'XMP ' FourCC is an ASCII space (%x20). Additional guidance about handling metadata can be found in the Metadata Working Group's [Guidelines for Handling Metadata][metadata].