MatroskaIndexPos  504 libavformat/matroskadec.c     { MATROSKA_ID_CUETRACK,           EBML_UINT, 0, offsetof(MatroskaIndexPos, track) },
MatroskaIndexPos  505 libavformat/matroskadec.c     { MATROSKA_ID_CUECLUSTERPOSITION, EBML_UINT, 0, offsetof(MatroskaIndexPos, pos) },
MatroskaIndexPos  514 libavformat/matroskadec.c     { MATROSKA_ID_CUETRACKPOSITION, EBML_NEST, sizeof(MatroskaIndexPos), offsetof(MatroskaIndex, pos), { .n = matroska_index_pos } },
MatroskaIndexPos 1514 libavformat/matroskadec.c         MatroskaIndexPos *pos = pos_list->elem;