Home
last modified time | relevance | path

Searched refs:ostream_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()
2105 (map->ostream_idx == -1 || ost->st->index == map->ostream_idx)) { in new_audio_stream()

Completed in 8 milliseconds