From: Yann Collet Date: Fri, 22 Jul 2016 17:15:27 +0000 (+0200) Subject: fixed typo in literal block size mode, reported by Jake Nyquist X-Git-Tag: v0.8.0^2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9cc442a246462bbf6917072a00436878d44e866;p=thirdparty%2Fzstd.git fixed typo in literal block size mode, reported by Jake Nyquist --- diff --git a/zstd_compression_format.md b/zstd_compression_format.md index 66d3ccdef..5dbc41a26 100644 --- a/zstd_compression_format.md +++ b/zstd_compression_format.md @@ -497,7 +497,7 @@ Note : also applicable to "repeat-stats" blocks. - Value : 10 : 4 streams. Compressed and regenerated sizes use 14 bits (0-16383). Total literal header size is 4 bytes. -- Value : 10 : 4 streams. +- Value : 11 : 4 streams. Compressed and regenerated sizes use 18 bits (0-262143). Total literal header size is 5 bytes.