Zastąpienie makra zmienną globalną compression_level

This commit is contained in:
yanczi 2025-12-24 15:04:16 +01:00
parent 336e12d8c0
commit 109d10c3ca
2 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,10 @@
#error "Wymagane zstd >= 1.4.0 dla ZSTD_c_format / ZSTD_f_zstd1_magicless"
#endif
#define COMPRESSION_LEVEL 3
namespace zstd
{
inline constexpr short compression_level = 3;
}
class CompressionManager
{