MatroskaBlock     582 libavformat/matroskadec.c     { MATROSKA_ID_BLOCKADDID,      EBML_UINT, 0, offsetof(MatroskaBlock,additional_id) },
MatroskaBlock     583 libavformat/matroskadec.c     { MATROSKA_ID_BLOCKADDITIONAL, EBML_BIN,  0, offsetof(MatroskaBlock,additional) },
MatroskaBlock     593 libavformat/matroskadec.c     { MATROSKA_ID_BLOCK,          EBML_BIN,  0, offsetof(MatroskaBlock, bin) },
MatroskaBlock     595 libavformat/matroskadec.c     { MATROSKA_ID_SIMPLEBLOCK,    EBML_BIN,  0, offsetof(MatroskaBlock, bin) },
MatroskaBlock     596 libavformat/matroskadec.c     { MATROSKA_ID_BLOCKDURATION,  EBML_UINT, 0, offsetof(MatroskaBlock, duration) },
MatroskaBlock     597 libavformat/matroskadec.c     { MATROSKA_ID_DISCARDPADDING, EBML_SINT, 0, offsetof(MatroskaBlock, discard_padding) },
MatroskaBlock     598 libavformat/matroskadec.c     { MATROSKA_ID_BLOCKREFERENCE, EBML_SINT, 0, offsetof(MatroskaBlock, reference) },
MatroskaBlock     600 libavformat/matroskadec.c     {                          1, EBML_UINT, 0, offsetof(MatroskaBlock, non_simple), { .u = 1 } },
MatroskaBlock     606 libavformat/matroskadec.c     { MATROSKA_ID_BLOCKGROUP,      EBML_NEST, sizeof(MatroskaBlock), offsetof(MatroskaCluster, blocks), { .n = matroska_blockgroup } },
MatroskaBlock     607 libavformat/matroskadec.c     { MATROSKA_ID_SIMPLEBLOCK,     EBML_PASS, sizeof(MatroskaBlock), offsetof(MatroskaCluster, blocks), { .n = matroska_blockgroup } },
MatroskaBlock     624 libavformat/matroskadec.c     { MATROSKA_ID_BLOCKGROUP,      EBML_NEST, sizeof(MatroskaBlock), offsetof(MatroskaCluster, blocks), { .n = matroska_blockgroup } },
MatroskaBlock     625 libavformat/matroskadec.c     { MATROSKA_ID_SIMPLEBLOCK,     EBML_PASS, sizeof(MatroskaBlock), offsetof(MatroskaCluster, blocks), { .n = matroska_blockgroup } },
MatroskaBlock    2878 libavformat/matroskadec.c     MatroskaBlock *blocks;
MatroskaBlock    2937 libavformat/matroskadec.c     MatroskaBlock *blocks;