From d9cc442a246462bbf6917072a00436878d44e866 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 22 Jul 2016 19:15:27 +0200 Subject: [PATCH] fixed typo in literal block size mode, reported by Jake Nyquist --- zstd_compression_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.