From: Nick Terrell Date: Wed, 7 Sep 2016 21:39:32 +0000 (-0700) Subject: Specify that dictionary ID is little-endian X-Git-Tag: v1.1.0~49^2~6^2^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F352%2Fhead;p=thirdparty%2Fzstd.git Specify that dictionary ID is little-endian --- diff --git a/zstd_compression_format.md b/zstd_compression_format.md index 9d27f6cd3..bc4c5ffc8 100644 --- a/zstd_compression_format.md +++ b/zstd_compression_format.md @@ -301,6 +301,7 @@ This is a variable size field, which contains the ID of the dictionary required to properly decode the frame. Note that this field is optional. When it's not present, it's up to the caller to make sure it uses the correct dictionary. +Format is little-endian. Field size depends on `Dictionary_ID_flag`. 1 byte can represent an ID 0-255.