improve ZSTD_getFrameHeader on skippable frames
now reports: - the header size - the magic variant (within @dictID field)
This commit is contained in:
@@ -74,7 +74,7 @@ typedef struct {
|
||||
* Is the dictionary cold?
|
||||
* Only set on decompression.
|
||||
*/
|
||||
unsigned dictionaryIsCold;
|
||||
int dictionaryIsCold;
|
||||
/**
|
||||
* The dictionary size or zero if no dictionary.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user