MatroskaAttachment 458 libavformat/matroskadec.c { MATROSKA_ID_FILEUID, EBML_UINT, 0, offsetof(MatroskaAttachment, uid) }, MatroskaAttachment 459 libavformat/matroskadec.c { MATROSKA_ID_FILENAME, EBML_UTF8, 0, offsetof(MatroskaAttachment, filename) }, MatroskaAttachment 460 libavformat/matroskadec.c { MATROSKA_ID_FILEMIMETYPE, EBML_STR, 0, offsetof(MatroskaAttachment, mime) }, MatroskaAttachment 461 libavformat/matroskadec.c { MATROSKA_ID_FILEDATA, EBML_BIN, 0, offsetof(MatroskaAttachment, bin) }, MatroskaAttachment 467 libavformat/matroskadec.c { MATROSKA_ID_ATTACHEDFILE, EBML_NEST, sizeof(MatroskaAttachment), offsetof(MatroskaDemuxContext, attachments), { .n = matroska_attachment } }, MatroskaAttachment 1390 libavformat/matroskadec.c MatroskaAttachment *attachment = matroska->attachments.elem; MatroskaAttachment 2064 libavformat/matroskadec.c MatroskaAttachment *attachments;