MatroskaBlock     330 libavformat/matroskadec.c     MatroskaBlock block;
MatroskaBlock     712 libavformat/matroskadec.c     { MATROSKA_ID_BLOCKADDID,      EBML_UINT, 0, offsetof(MatroskaBlock,additional_id), { .u = 1 } },
MatroskaBlock     713 libavformat/matroskadec.c     { MATROSKA_ID_BLOCKADDITIONAL, EBML_BIN,  0, offsetof(MatroskaBlock,additional) },
MatroskaBlock     723 libavformat/matroskadec.c     { MATROSKA_ID_BLOCK,          EBML_BIN,  0, offsetof(MatroskaBlock, bin) },
MatroskaBlock     725 libavformat/matroskadec.c     { MATROSKA_ID_BLOCKDURATION,  EBML_UINT, 0, offsetof(MatroskaBlock, duration) },
MatroskaBlock     726 libavformat/matroskadec.c     { MATROSKA_ID_DISCARDPADDING, EBML_SINT, 0, offsetof(MatroskaBlock, discard_padding) },
MatroskaBlock     727 libavformat/matroskadec.c     { MATROSKA_ID_BLOCKREFERENCE, EBML_SINT, 0, offsetof(MatroskaBlock, reference), { .i = INT64_MIN } },
MatroskaBlock     729 libavformat/matroskadec.c     {                          1, EBML_UINT, 0, offsetof(MatroskaBlock, non_simple), { .u = 1 } },
MatroskaBlock     736 libavformat/matroskadec.c     { MATROSKA_ID_SIMPLEBLOCK,     EBML_BIN,  0, offsetof(MatroskaBlock, bin) },
MatroskaBlock    3685 libavformat/matroskadec.c     MatroskaBlock     *block = &cluster->block;