[libzstd] Handle uncompressed literals

This commit is contained in:
Nick Terrell
2019-02-15 14:58:11 -08:00
parent a96e67af6c
commit 3d7377b874
4 changed files with 40 additions and 20 deletions
+1
View File
@@ -107,6 +107,7 @@ typedef struct {
U32 offCodeSumBasePrice; /* to compare to log2(offreq) */
ZSTD_OptPrice_e priceType; /* prices can be determined dynamically, or follow a pre-defined cost structure */
const ZSTD_entropyCTables_t* symbolCosts; /* pre-calculated dictionary statistics */
ZSTD_literalCompressionMode_e literalCompressionMode;
} optState_t;
typedef struct {