Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h91 int ofile_idx, ostream_idx; // output member
Dffmpeg_opt.c489 n = sscanf(arg, "%d:%d.%d", &m->channel_idx, &m->ofile_idx, &m->ostream_idx); in opt_map_channel()
493 m->ofile_idx = m->ostream_idx = -1; in opt_map_channel()
501 &m->ofile_idx, &m->ostream_idx); in opt_map_channel()
510 m->ofile_idx = m->ostream_idx = -1; in opt_map_channel()
1941 if ((map->ofile_idx == -1 || ost->file_index == map->ofile_idx) && in new_audio_stream()