| FFmpeg
    | 
Tree Struct Reference
  data needed to decode 4-bit Huffman-coded value More...
| Data Fields | |
| int | vlc_num | 
| tree number (in bink_trees[])  More... | |
| uint8_t | syms [16] | 
| leaf value to symbol mapping  More... | |
Detailed Description
data needed to decode 4-bit Huffman-coded value
Definition at line 90 of file libavcodec/bink.c.
Field Documentation
| uint8_t Tree::syms[16] | 
leaf value to symbol mapping
Definition at line 92 of file libavcodec/bink.c.
Referenced by read_tree().
| int Tree::vlc_num | 
tree number (in bink_trees[])
Definition at line 91 of file libavcodec/bink.c.
Referenced by read_tree().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11