MatroskaAttachment 587 libavformat/matroskadec.c { MATROSKA_ID_FILEUID, EBML_UINT, 0, offsetof(MatroskaAttachment, uid) }, MatroskaAttachment 588 libavformat/matroskadec.c { MATROSKA_ID_FILENAME, EBML_UTF8, 0, offsetof(MatroskaAttachment, filename) }, MatroskaAttachment 589 libavformat/matroskadec.c { MATROSKA_ID_FILEMIMETYPE, EBML_STR, 0, offsetof(MatroskaAttachment, mime) }, MatroskaAttachment 590 libavformat/matroskadec.c { MATROSKA_ID_FILEDATA, EBML_BIN, 0, offsetof(MatroskaAttachment, bin) }, MatroskaAttachment 591 libavformat/matroskadec.c { MATROSKA_ID_FILEDESC, EBML_UTF8, 0, offsetof(MatroskaAttachment, description) }, MatroskaAttachment 596 libavformat/matroskadec.c { MATROSKA_ID_ATTACHEDFILE, EBML_NEST, sizeof(MatroskaAttachment), offsetof(MatroskaDemuxContext, attachments), { .n = matroska_attachment } }, MatroskaAttachment 1764 libavformat/matroskadec.c MatroskaAttachment *attachment = matroska->attachments.elem; MatroskaAttachment 2835 libavformat/matroskadec.c MatroskaAttachment *attachments;