From: senhuang42 Date: Tue, 22 Sep 2020 17:24:27 +0000 (-0400) Subject: Updated to repcode documentation to reflect dict content size X-Git-Tag: v1.4.7~67^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8adeb9f1e62aa43dd2dda1ca7b11791d2365f276;p=thirdparty%2Fzstd.git Updated to repcode documentation to reflect dict content size --- diff --git a/doc/zstd_compression_format.md b/doc/zstd_compression_format.md index 846c90664..c69e63dc8 100644 --- a/doc/zstd_compression_format.md +++ b/doc/zstd_compression_format.md @@ -1440,7 +1440,7 @@ __`Entropy_Tables`__ : follow the same format as tables in [compressed blocks]. Repeat distribution mode for sequence decoding. It's finally followed by 3 offset values, populating recent offsets (instead of using `{1,4,8}`), stored in order, 4-bytes __little-endian__ each, for a total of 12 bytes. - Each recent offset must have a value <= dictionary size, and cannot equal 0. + Each recent offset must have a value <= dictionary content size, and cannot equal 0. __`Content`__ : The rest of the dictionary is its content. The content act as a "past" in front of data to compress or decompress,