Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
H A Dffmpeg.h85 int ofile_idx, ostream_idx; // output member
H A Dffmpeg_opt.c550 n = sscanf(arg, "%d:%d.%d", &m->channel_idx, &m->ofile_idx, &m->ostream_idx); in opt_map_channel()
554 m->ofile_idx = m->ostream_idx = -1; in opt_map_channel()
562 &m->ofile_idx, &m->ostream_idx); in opt_map_channel()
571 m->ofile_idx = m->ostream_idx = -1; in opt_map_channel()
2104 if ((map->ofile_idx == -1 || ost->file_index == map->ofile_idx) && in new_audio_stream()

Completed in 9 milliseconds