MatroskaTag       524 libavformat/matroskadec.c     { MATROSKA_ID_TAGNAME,        EBML_UTF8, 0,                   offsetof(MatroskaTag, name) },
MatroskaTag       525 libavformat/matroskadec.c     { MATROSKA_ID_TAGSTRING,      EBML_UTF8, 0,                   offsetof(MatroskaTag, string) },
MatroskaTag       526 libavformat/matroskadec.c     { MATROSKA_ID_TAGLANG,        EBML_STR,  0,                   offsetof(MatroskaTag, lang), { .s = "und" } },
MatroskaTag       527 libavformat/matroskadec.c     { MATROSKA_ID_TAGDEFAULT,     EBML_UINT, 0,                   offsetof(MatroskaTag, def) },
MatroskaTag       528 libavformat/matroskadec.c     { MATROSKA_ID_TAGDEFAULT_BUG, EBML_UINT, 0,                   offsetof(MatroskaTag, def) },
MatroskaTag       529 libavformat/matroskadec.c     { MATROSKA_ID_SIMPLETAG,      EBML_NEST, sizeof(MatroskaTag), offsetof(MatroskaTag, sub),  { .n = matroska_simpletag } },
MatroskaTag       543 libavformat/matroskadec.c     { MATROSKA_ID_SIMPLETAG,  EBML_NEST, sizeof(MatroskaTag), offsetof(MatroskaTags, tag),    { .n = matroska_simpletag } },
MatroskaTag      1350 libavformat/matroskadec.c     MatroskaTag *tags = list->elem;