MatroskaBlock     478 libavformat/matroskadec.c     { MATROSKA_ID_BLOCK,          EBML_BIN,  0, offsetof(MatroskaBlock,bin) },
MatroskaBlock     479 libavformat/matroskadec.c     { MATROSKA_ID_SIMPLEBLOCK,    EBML_BIN,  0, offsetof(MatroskaBlock,bin) },
MatroskaBlock     480 libavformat/matroskadec.c     { MATROSKA_ID_BLOCKDURATION,  EBML_UINT, 0, offsetof(MatroskaBlock,duration), {.u=AV_NOPTS_VALUE} },
MatroskaBlock     481 libavformat/matroskadec.c     { MATROSKA_ID_BLOCKREFERENCE, EBML_UINT, 0, offsetof(MatroskaBlock,reference) },
MatroskaBlock     487 libavformat/matroskadec.c     { MATROSKA_ID_BLOCKGROUP,     EBML_NEST, sizeof(MatroskaBlock), offsetof(MatroskaCluster,blocks), {.n=matroska_blockgroup} },
MatroskaBlock     488 libavformat/matroskadec.c     { MATROSKA_ID_SIMPLEBLOCK,    EBML_PASS, sizeof(MatroskaBlock), offsetof(MatroskaCluster,blocks), {.n=matroska_blockgroup} },
MatroskaBlock    1752 libavformat/matroskadec.c     MatroskaBlock *blocks;