Home
last modified time | relevance | path

Searched refs:chapters_input_file (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg_opt.c235 o->chapters_input_file = INT_MAX; in init_options()
2877 if (o->chapters_input_file >= nb_input_files) { in open_output_file()
2878 if (o->chapters_input_file == INT_MAX) { in open_output_file()
2880 o->chapters_input_file = -1; in open_output_file()
2883 o->chapters_input_file = i; in open_output_file()
2888 o->chapters_input_file); in open_output_file()
2892 if (o->chapters_input_file >= 0) in open_output_file()
2893 copy_chapters(input_files[o->chapters_input_file], of, oc, in open_output_file()
3683 … OPT_OUTPUT, { .off = OFFSET(chapters_input_file) },
Dffmpeg.h147 int chapters_input_file; member