FFmpeg
Data Fields
Bundle Struct Reference

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...
 

Detailed Description

data structure used for decoding single Bink data type

Definition at line 105 of file bink.c.

Field Documentation

◆ len

int Bundle::len

length of number of entries to decode (in bits)

Definition at line 106 of file bink.c.

◆ tree

Tree Bundle::tree

Huffman tree-related data.

Definition at line 107 of file bink.c.

◆ data

uint8_t* Bundle::data

buffer for decoded symbols

Definition at line 108 of file bink.c.

◆ data_end

uint8_t* Bundle::data_end

buffer end

Definition at line 109 of file bink.c.

◆ cur_dec

uint8_t* Bundle::cur_dec

pointer to the not yet decoded part of the buffer

Definition at line 110 of file bink.c.

◆ cur_ptr

uint8_t* Bundle::cur_ptr

pointer to the data that is not read from buffer yet

Definition at line 111 of file bink.c.


The documentation for this struct was generated from the following file: