TurboPFor: plugins codecs

This commit is contained in:
x
2023-03-13 10:40:36 +01:00
parent 53bdfdc3d1
commit 7f113d7553

View File

@ -1,5 +1,20 @@
//-- codec: general purpose compression (lz, entropy coder, bwt,....)---------------------------------------------------------------------------------------------------
enum {
ICC_NONE,
ICC_LZTURBO,
ICC_LZ4,
ICC_ZLIB,
ICC_ZSTD,
ICC_FSE,
ICC_FSEH,
ICC_LZTANS,
ICC_TURBORC,
ICC_MEMCPY,
ICC_LAST,
};
#ifdef __cplusplus
extern "C" {
#endif