FFmpeg
|
One code in hash table. More...
Data Fields | |
int | hash_prefix |
Hash code of prefix, LZW_PREFIX_EMPTY if empty prefix, or LZW_PREFIX_FREE if no code. More... | |
int | code |
LZW code. More... | |
uint8_t | suffix |
Last character in code block. More... | |
int Code::hash_prefix |
int Code::code |