MatroskaTag       421 libavformat/matroskadec.c     { MATROSKA_ID_TAGNAME,            EBML_UTF8, 0, offsetof(MatroskaTag,name) },
MatroskaTag       422 libavformat/matroskadec.c     { MATROSKA_ID_TAGSTRING,          EBML_UTF8, 0, offsetof(MatroskaTag,string) },
MatroskaTag       423 libavformat/matroskadec.c     { MATROSKA_ID_TAGLANG,            EBML_STR,  0, offsetof(MatroskaTag,lang), {.s="und"} },
MatroskaTag       424 libavformat/matroskadec.c     { MATROSKA_ID_TAGDEFAULT,         EBML_UINT, 0, offsetof(MatroskaTag,def) },
MatroskaTag       425 libavformat/matroskadec.c     { MATROSKA_ID_SIMPLETAG,          EBML_NEST, sizeof(MatroskaTag), offsetof(MatroskaTag,sub), {.n=matroska_simpletag} },
MatroskaTag       439 libavformat/matroskadec.c     { MATROSKA_ID_SIMPLETAG,          EBML_NEST, sizeof(MatroskaTag), offsetof(MatroskaTags,tag), {.n=matroska_simpletag} },
MatroskaTag      1009 libavformat/matroskadec.c     MatroskaTag *tags = list->elem;