MatroskaIndexPos  634 libavformat/matroskadec.c     { MATROSKA_ID_CUETRACK,           EBML_UINT, 0, offsetof(MatroskaIndexPos, track) },
MatroskaIndexPos  635 libavformat/matroskadec.c     { MATROSKA_ID_CUECLUSTERPOSITION, EBML_UINT, 0, offsetof(MatroskaIndexPos, pos) },
MatroskaIndexPos  644 libavformat/matroskadec.c     { MATROSKA_ID_CUETRACKPOSITION, EBML_NEST, sizeof(MatroskaIndexPos), offsetof(MatroskaIndex, pos), { .n = matroska_index_pos } },
MatroskaIndexPos 1914 libavformat/matroskadec.c         MatroskaIndexPos *pos = pos_list->elem;