STRATEGY_FIXED constant

int const STRATEGY_FIXED = 4

This strategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder

Implementation

static const int STRATEGY_FIXED = 4