diff --git a/doc/webp-container-spec.txt b/doc/webp-container-spec.txt index 83c0148c..79d3eb2f 100644 --- a/doc/webp-container-spec.txt +++ b/doc/webp-container-spec.txt @@ -271,7 +271,7 @@ Extended WebP file header: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | ChunkHeader('VP8X') | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ - | Rsrv |AL|M|I|A|T| Reserved | + | Rsv |L|M|I|A|T| Reserved | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Canvas Width | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ @@ -295,11 +295,11 @@ Metadata (M): 1 bit : Set if the file contains a 'META' chunk. -Alpha (AL): 1 bit +Alpha (L): 1 bit : Set if the file contains images with transparency information ("alpha"). -Reserved (Rsrv): 3 bits +Reserved (Rsv): 3 bits : SHOULD be `0`.