FFmpeg
Loading...
Searching...
No Matches
VLC_MULTI_ELEM Struct Reference

#include <libavcodec/vlc.h>

Data Fields

union { 
   uint8_t   val8 [VLC_MULTI_MAX_SYMBOLS] 
   uint16_t   val16 [VLC_MULTI_MAX_SYMBOLS/2] 
}; 
int8_t len
uint8_t num

Detailed Description

Definition at line 56 of file vlc.h.

Field Documentation

◆ val8

uint8_t VLC_MULTI_ELEM::val8[VLC_MULTI_MAX_SYMBOLS]

Definition at line 58 of file vlc.h.

Referenced by add_level().

◆ val16

uint16_t VLC_MULTI_ELEM::val16[VLC_MULTI_MAX_SYMBOLS/2]

Definition at line 59 of file vlc.h.

Referenced by add_level().

◆ [union]

union { ... } VLC_MULTI_ELEM

◆ len

int8_t VLC_MULTI_ELEM::len

Definition at line 61 of file vlc.h.

Referenced by add_level().

◆ num

uint8_t VLC_MULTI_ELEM::num

Definition at line 62 of file vlc.h.

Referenced by add_level().


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