MatroskaChapter 371 libavformat/matroskadec.c { MATROSKA_ID_CHAPSTRING, EBML_UTF8, 0, offsetof(MatroskaChapter,title) }, MatroskaChapter 377 libavformat/matroskadec.c { MATROSKA_ID_CHAPTERTIMESTART, EBML_UINT, 0, offsetof(MatroskaChapter,start), {.u=AV_NOPTS_VALUE} }, MatroskaChapter 378 libavformat/matroskadec.c { MATROSKA_ID_CHAPTERTIMEEND, EBML_UINT, 0, offsetof(MatroskaChapter,end), {.u=AV_NOPTS_VALUE} }, MatroskaChapter 379 libavformat/matroskadec.c { MATROSKA_ID_CHAPTERUID, EBML_UINT, 0, offsetof(MatroskaChapter,uid) }, MatroskaChapter 389 libavformat/matroskadec.c { MATROSKA_ID_CHAPTERATOM, EBML_NEST, sizeof(MatroskaChapter), offsetof(MatroskaDemuxContext,chapters), {.n=matroska_chapter_entry} }, MatroskaChapter 1046 libavformat/matroskadec.c MatroskaChapter *chapter = matroska->chapters.elem; MatroskaChapter 1140 libavformat/matroskadec.c MatroskaChapter *chapters;