minor comment update
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
v0.6.1
|
v0.6.1
|
||||||
Fixed : Legacy codec v0.5 compatible with dictionary decompression
|
Fixed : Legacy codec v0.5 compatible with dictionary decompression
|
||||||
Fixed : Decoder corruption error (#173)
|
Fixed : Decoder corruption error (#173)
|
||||||
|
Fixed : null-string roundtrip (#176)
|
||||||
New : midipix support
|
New : midipix support
|
||||||
|
|
||||||
v0.6.0
|
v0.6.0
|
||||||
|
|||||||
+1
-1
@@ -153,7 +153,7 @@ ZSTDLIB_API unsigned ZBUFF_isError(size_t errorCode);
|
|||||||
ZSTDLIB_API const char* ZBUFF_getErrorName(size_t errorCode);
|
ZSTDLIB_API const char* ZBUFF_getErrorName(size_t errorCode);
|
||||||
|
|
||||||
/** Functions below provide recommended buffer sizes for Compression or Decompression operations.
|
/** Functions below provide recommended buffer sizes for Compression or Decompression operations.
|
||||||
* These sizes are just hints, and tend to offer better latency */
|
* These sizes are just hints, they tend to offer better latency */
|
||||||
ZSTDLIB_API size_t ZBUFF_recommendedCInSize(void);
|
ZSTDLIB_API size_t ZBUFF_recommendedCInSize(void);
|
||||||
ZSTDLIB_API size_t ZBUFF_recommendedCOutSize(void);
|
ZSTDLIB_API size_t ZBUFF_recommendedCOutSize(void);
|
||||||
ZSTDLIB_API size_t ZBUFF_recommendedDInSize(void);
|
ZSTDLIB_API size_t ZBUFF_recommendedDInSize(void);
|
||||||
|
|||||||
Reference in New Issue
Block a user