MatroskaCluster   486 libavformat/matroskadec.c     { MATROSKA_ID_CLUSTERTIMECODE,EBML_UINT,0, offsetof(MatroskaCluster,timecode) },
MatroskaCluster   487 libavformat/matroskadec.c     { MATROSKA_ID_BLOCKGROUP,     EBML_NEST, sizeof(MatroskaBlock), offsetof(MatroskaCluster,blocks), {.n=matroska_blockgroup} },
MatroskaCluster   488 libavformat/matroskadec.c     { MATROSKA_ID_SIMPLEBLOCK,    EBML_PASS, sizeof(MatroskaBlock), offsetof(MatroskaCluster,blocks), {.n=matroska_blockgroup} },
MatroskaCluster  1750 libavformat/matroskadec.c     MatroskaCluster cluster = { 0 };