Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c339 typedef struct MatroskaSeekhead { struct
342 } MatroskaSeekhead; typedef
731 { MATROSKA_ID_SEEKID, EBML_UINT, 0, 0, offsetof(MatroskaSeekhead, id) },
732 { MATROSKA_ID_SEEKPOSITION, EBML_UINT, 0, 0, offsetof(MatroskaSeekhead, pos), { .u = -1 } },
737 { MATROSKA_ID_SEEKENTRY, EBML_NEST, 0, sizeof(MatroskaSeekhead), offsetof(MatroskaDemuxContext, seekhead), { .n = matroska_seekhead_entry } },
1940 MatroskaSeekhead *seekheads = seekhead_list->elem; in matroska_execute_seekhead()
4284 MatroskaSeekhead *seekhead = seekhead_list->elem; in webm_dash_manifest_cues()

Completed in 8 milliseconds