Home
last modified time | relevance | path

Searched refs:MatroskaIndex (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c313 typedef struct MatroskaIndex { struct
316 } MatroskaIndex; typedef
690 { MATROSKA_ID_CUETIME, EBML_UINT, 0, 0, offsetof(MatroskaIndex, time) },
691 { MATROSKA_ID_CUETRACKPOSITION, EBML_NEST, 0, sizeof(MatroskaIndexPos), offsetof(MatroskaIndex, pos), { .n = matroska_index_pos } },
696 { MATROSKA_ID_POINTENTRY, EBML_NEST, 0, sizeof(MatroskaIndex), offsetof(MatroskaDemuxContext, index), { .n = matroska_index_entry } },
1971 MatroskaIndex *index; in matroska_add_index_entries()

Completed in 8 milliseconds