FFmpeg
|
data structure used for decoding single Bink data type More...
Data Fields | |
int | len |
length of number of entries to decode (in bits) More... | |
Tree | tree |
Huffman tree-related data. More... | |
uint8_t * | data |
buffer for decoded symbols More... | |
uint8_t * | data_end |
buffer end More... | |
uint8_t * | cur_dec |
pointer to the not yet decoded part of the buffer More... | |
uint8_t * | cur_ptr |
pointer to the data that is not read from buffer yet More... | |
int Bundle::len |
uint8_t* Bundle::cur_dec |
uint8_t* Bundle::cur_ptr |