nestegg.c | 14 /* EBML Elements */ 93 /* EBML Types */ 165 /* EBML Definitions */ 166 struct ebml { struct 292 struct ebml ebml; member in struct:nestegg 331 /* EBML Element Lists */ 333 E_FIELD(ID_EBML_VERSION, TYPE_UINT, struct ebml, ebml_version), 334 E_FIELD(ID_EBML_READ_VERSION, TYPE_UINT, struct ebml, ebml_read_version), 335 E_FIELD(ID_EBML_MAX_ID_LENGTH, TYPE_UINT, struct ebml, ebml_max_id_length) [all...] |