Home
last modified time | relevance | path

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