Expose skippable frames via the API. #670
rouzier
started this conversation in
Ideas/Features
Replies: 2 comments
-
@rouzier It is possible. You can of course prepend or append it to any encode. Adding one is fairly simple. This is used for adding the final padding, and a standalone version could look like this:
(untested, beware) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Adding functionality to include it should also have callbacks for getting the payloads when decoding. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to add an API to use skippable frames.
https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md#skippable-frames
Beta Was this translation helpful? Give feedback.
All reactions