|
FFmpeg
|
#include <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 | |
| uint8_t VLC_MULTI_ELEM::val8[VLC_MULTI_MAX_SYMBOLS] |
Definition at line 58 of file vlc.h.
Referenced by add_level().
| uint16_t VLC_MULTI_ELEM::val16[VLC_MULTI_MAX_SYMBOLS/2] |
Definition at line 59 of file vlc.h.
Referenced by add_level().
| union { ... } VLC_MULTI_ELEM |
| int8_t VLC_MULTI_ELEM::len |
Definition at line 61 of file vlc.h.
Referenced by add_level().
| uint8_t VLC_MULTI_ELEM::num |
Definition at line 62 of file vlc.h.
Referenced by add_level().