FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
VLCElem Struct Reference

#include <vlc.h>

Data Fields

union {
   struct {
      VLCBaseType   sym
 
      VLCBaseType   len
 
   } 
 The struct is for use as ordinary VLC (with get_vlc2()) More...
 
   struct {
      int16_t   level
 
      int8_t   len8
 
      uint8_t   run
 
   } 
 This struct is for use as run-length VLC (with GET_RL_VLC) More...
 
}; 
 

Detailed Description

Definition at line 32 of file vlc.h.

Field Documentation

◆ sym

VLCBaseType VLCElem::sym

◆ len

VLCBaseType VLCElem::len

◆ level

int16_t VLCElem::level

◆ len8

int8_t VLCElem::len8

◆ run

uint8_t VLCElem::run

◆ @264

union { ... }

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