improve ZSTD_getFrameHeader on skippable frames

now reports:
- the header size
- the magic variant (within @dictID field)
This commit is contained in:
Yann Collet
2024-12-29 12:26:04 -08:00
parent f8a2b352d6
commit a2ff6ea784
4 changed files with 28 additions and 13 deletions
+1 -1
View File
@@ -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.
*/