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

Data Fields

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

Detailed Description

Definition at line 85 of file matroskadec.c.

Field Documentation

uint32_t EbmlSyntax::id

Definition at line 86 of file matroskadec.c.

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

EbmlType EbmlSyntax::type

Definition at line 87 of file matroskadec.c.

Referenced by ebml_parse_elem().

int EbmlSyntax::list_elem_size

Definition at line 88 of file matroskadec.c.

Referenced by ebml_free(), and ebml_parse_elem().

int EbmlSyntax::data_offset

Definition at line 89 of file matroskadec.c.

Referenced by ebml_parse_elem(), and ebml_parse_nest().

uint64_t EbmlSyntax::u

Definition at line 91 of file matroskadec.c.

Referenced by ebml_parse_nest().

double EbmlSyntax::f

Definition at line 92 of file matroskadec.c.

Referenced by ebml_parse_nest().

const char* EbmlSyntax::s

Definition at line 93 of file matroskadec.c.

Referenced by ebml_parse_nest().

const struct EbmlSyntax* EbmlSyntax::n

Definition at line 94 of file matroskadec.c.

Referenced by ebml_free(), and ebml_parse_elem().

union { ... } EbmlSyntax::def

Referenced by ebml_parse_elem(), and ebml_parse_nest().


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