Lines Matching refs:chapters
760 meta = &context->chapters[index]->metadata;\
2226 tmp = av_realloc_f(os->chapters, is->nb_chapters + os->nb_chapters, sizeof(*os->chapters));
2229 os->chapters = tmp;
2232 AVChapter *in_ch = is->chapters[i], *out_ch;
2257 os->chapters[os->nb_chapters++] = out_ch;
2876 /* copy chapters */
2879 /* copy chapters from the first input file that has them*/
3029 m = &oc->chapters[index]->metadata;
3684 "set chapters mapping", "input_file_index" },