zstd Manual updated to 1.1.2

This commit is contained in:
Przemyslaw Skibinski
2016-12-07 11:18:40 +01:00
parent abd9ec0d53
commit 4da53219a0
3 changed files with 67 additions and 27 deletions
+1 -1
View File
@@ -604,7 +604,7 @@ ZSTDLIB_API size_t ZSTD_compressEnd(ZSTD_CCtx* cctx, void* dst, size_t dstCapaci
Note : it's possible to know if next input to present is a header or a block, using ZSTD_nextInputType().
This information is not required to properly decode a frame.
== Special case : skippable frames ==
== Special case : skippable frames ==
Skippable frames allow integration of user-defined data into a flow of concatenated frames.
Skippable frames will be ignored (skipped) by a decompressor. The format of skippable frames is as follows :