zstd cli can increase level when input is too slow

This commit is contained in:
Yann Collet
2018-08-09 15:51:30 -07:00
parent 79a35ac20d
commit 2dd76037be
4 changed files with 27 additions and 5 deletions
+1
View File
@@ -735,6 +735,7 @@ typedef struct {
unsigned long long ingested;
unsigned long long consumed;
unsigned long long produced;
unsigned currentJobID;
} ZSTD_frameProgression;
/* ZSTD_getFrameProgression():