Lines Matching defs:ifile
2010 const InputFile *ifile = input_files[ist->file_index];
2012 if (ifile->nb_streams == 1 && ifile->input_ts_offset == 0)
2219 static int copy_chapters(InputFile *ifile, OutputFile *ofile, AVFormatContext *os,
2222 AVFormatContext *is = ifile->ctx;
2234 int64_t ts_off = av_rescale_q(start_time - ifile->ts_offset,
2500 InputFile *ifile = input_files[j];
2502 for (i = 0; i < ifile->nb_streams; i++) {
2504 ist = input_streams[ifile->ist_index + i];
2517 file_best_idx = ifile->ist_index + i;
2537 InputFile *ifile = input_files[j];
2539 for (i = 0; i < ifile->nb_streams; i++) {
2541 ist = input_streams[ifile->ist_index + i];
2550 file_best_idx = ifile->ist_index + i;