zutils-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Skippable Frames in zstd files


From: Jamboretz, Chris
Subject: Skippable Frames in zstd files
Date: Fri, 19 Aug 2022 21:29:41 +0000

Hi Antonio,

The zstd compression format allows for skippable frames
https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md#skippable-frames

pzstd uses this and puts the skippable frame at the beginning of the file. 

The function test_format in zutils.cc doesn't take this magic_number into 
account and so reports the file as uncompressed.

Thank you,
Chris Jamboretz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]