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
 
   struct EbmlSyntax *   n
 
def
 

Detailed Description

Definition at line 69 of file matroskadec.c.

Field Documentation

uint32_t EbmlSyntax::id

Definition at line 70 of file matroskadec.c.

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

EbmlType EbmlSyntax::type

Definition at line 71 of file matroskadec.c.

Referenced by ebml_parse_elem().

int EbmlSyntax::list_elem_size

Definition at line 72 of file matroskadec.c.

Referenced by ebml_free(), and ebml_parse_elem().

int EbmlSyntax::data_offset

Definition at line 73 of file matroskadec.c.

Referenced by ebml_parse_elem(), and ebml_parse_nest().

uint64_t EbmlSyntax::u

Definition at line 75 of file matroskadec.c.

Referenced by ebml_parse_nest().

double EbmlSyntax::f

Definition at line 76 of file matroskadec.c.

Referenced by ebml_parse_nest().

const char* EbmlSyntax::s

Definition at line 77 of file matroskadec.c.

Referenced by ebml_parse_nest().

struct EbmlSyntax* EbmlSyntax::n

Definition at line 78 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: