MatroskaIndexPos  403 libavformat/matroskadec.c     { MATROSKA_ID_CUETRACK,           EBML_UINT, 0, offsetof(MatroskaIndexPos,track) },
MatroskaIndexPos  404 libavformat/matroskadec.c     { MATROSKA_ID_CUECLUSTERPOSITION, EBML_UINT, 0, offsetof(MatroskaIndexPos,pos)   },
MatroskaIndexPos  411 libavformat/matroskadec.c     { MATROSKA_ID_CUETRACKPOSITION,   EBML_NEST, sizeof(MatroskaIndexPos), offsetof(MatroskaIndex,pos), {.n=matroska_index_pos} },
MatroskaIndexPos 1456 libavformat/matroskadec.c         MatroskaIndexPos *pos = pos_list->elem;