FFmpeg  4.0
Data Fields
EbmlSyntax Struct Reference

Data Fields

uint32_t id
 
EbmlType type
 
int list_elem_size
 
int data_offset
 
union {
   int64_t   i
 
   uint64_t   u
 
   double   f
 
   const char *   s
 
   const struct EbmlSyntax *   n
 
def
 

Detailed Description

Definition at line 86 of file matroskadec.c.

Field Documentation

◆ id

uint32_t EbmlSyntax::id

◆ type

EbmlType EbmlSyntax::type

◆ list_elem_size

int EbmlSyntax::list_elem_size

Definition at line 89 of file matroskadec.c.

Referenced by ebml_free(), and ebml_parse_elem().

◆ data_offset

int EbmlSyntax::data_offset

Definition at line 90 of file matroskadec.c.

Referenced by ebml_free(), ebml_parse_elem(), and ebml_parse_nest().

◆ i

int64_t EbmlSyntax::i

◆ u

uint64_t EbmlSyntax::u

Definition at line 93 of file matroskadec.c.

Referenced by ebml_parse_nest().

◆ f

double EbmlSyntax::f

Definition at line 94 of file matroskadec.c.

◆ s

const char* EbmlSyntax::s

Definition at line 95 of file matroskadec.c.

Referenced by matroska_read_header().

◆ n

const struct EbmlSyntax* EbmlSyntax::n

◆ def

union { ... } EbmlSyntax::def

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