MatroskaDemuxContext  269 libavformat/matroskadec.c     { MATROSKA_ID_TIMECODESCALE,      EBML_UINT,  0, offsetof(MatroskaDemuxContext,time_scale), {.u=1000000} },
MatroskaDemuxContext  270 libavformat/matroskadec.c     { MATROSKA_ID_DURATION,           EBML_FLOAT, 0, offsetof(MatroskaDemuxContext,duration) },
MatroskaDemuxContext  271 libavformat/matroskadec.c     { MATROSKA_ID_TITLE,              EBML_UTF8,  0, offsetof(MatroskaDemuxContext,title) },
MatroskaDemuxContext  352 libavformat/matroskadec.c     { MATROSKA_ID_TRACKENTRY,         EBML_NEST, sizeof(MatroskaTrack), offsetof(MatroskaDemuxContext,tracks), {.n=matroska_track} },
MatroskaDemuxContext  366 libavformat/matroskadec.c     { MATROSKA_ID_ATTACHEDFILE,       EBML_NEST, sizeof(MatroskaAttachement), offsetof(MatroskaDemuxContext,attachments), {.n=matroska_attachment} },
MatroskaDemuxContext  389 libavformat/matroskadec.c     { MATROSKA_ID_CHAPTERATOM,        EBML_NEST, sizeof(MatroskaChapter), offsetof(MatroskaDemuxContext,chapters), {.n=matroska_chapter_entry} },
MatroskaDemuxContext  416 libavformat/matroskadec.c     { MATROSKA_ID_POINTENTRY,         EBML_NEST, sizeof(MatroskaIndex), offsetof(MatroskaDemuxContext,index), {.n=matroska_index_entry} },
MatroskaDemuxContext  445 libavformat/matroskadec.c     { MATROSKA_ID_TAG,                EBML_NEST, sizeof(MatroskaTags), offsetof(MatroskaDemuxContext,tags), {.n=matroska_tag} },
MatroskaDemuxContext  456 libavformat/matroskadec.c     { MATROSKA_ID_SEEKENTRY,          EBML_NEST, sizeof(MatroskaSeekhead), offsetof(MatroskaDemuxContext,seekhead), {.n=matroska_seekhead_entry} },
MatroskaDemuxContext  468 libavformat/matroskadec.c     { MATROSKA_ID_CLUSTER,        EBML_STOP, 0, offsetof(MatroskaDemuxContext,has_cluster_id) },
MatroskaDemuxContext 1034 libavformat/matroskadec.c     MatroskaDemuxContext *matroska = s->priv_data;
MatroskaDemuxContext 1136 libavformat/matroskadec.c     MatroskaDemuxContext *matroska = s->priv_data;
MatroskaDemuxContext 1781 libavformat/matroskadec.c     MatroskaDemuxContext *matroska = s->priv_data;
MatroskaDemuxContext 1795 libavformat/matroskadec.c     MatroskaDemuxContext *matroska = s->priv_data;
MatroskaDemuxContext 1840 libavformat/matroskadec.c     MatroskaDemuxContext *matroska = s->priv_data;
MatroskaDemuxContext 1857 libavformat/matroskadec.c     sizeof(MatroskaDemuxContext),