Lines Matching defs:chapter
226 [SECTION_ID_CHAPTER] = { SECTION_ID_CHAPTER, "chapter", 0, { SECTION_ID_CHAPTER_TAGS, -1 } },
3216 AVChapter *chapter = fmt_ctx->chapters[i];
3219 print_int("id", chapter->id);
3220 print_q ("time_base", chapter->time_base, '/');
3221 print_int("start", chapter->start);
3222 print_time("start_time", chapter->start, &chapter->time_base);
3223 print_int("end", chapter->end);
3224 print_time("end_time", chapter->end, &chapter->time_base);
3226 ret = show_tags(w, chapter->metadata, SECTION_ID_CHAPTER_TAGS);