From e48fbb9f4c0c8c7f9e2d5ed051840b3dc2b0c2be Mon Sep 17 00:00:00 2001 From: Nick Terrell Date: Wed, 7 Sep 2016 14:39:32 -0700 Subject: [PATCH] Specify that dictionary ID is little-endian --- zstd_compression_format.md | 1 + 1 file changed, 1 insertion(+) 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. -- 2.47.2