From 7f113d7553df9013677f62cc1a674bf82a27db0c Mon Sep 17 00:00:00 2001 From: x Date: Mon, 13 Mar 2023 10:40:36 +0100 Subject: [PATCH] TurboPFor: plugins codecs --- include_/iccodec.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/include_/iccodec.h b/include_/iccodec.h index f2ffe9e..6468f65 100644 --- a/include_/iccodec.h +++ b/include_/iccodec.h @@ -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