Searched refs:streamid_map (Results 1 – 2 of 2) sorted by relevance
165 int *streamid_map; member
219 av_freep(&o->streamid_map); in uninit_options()1440 st->id = o->streamid_map[oc->nb_streams - 1]; in new_output_stream()2053 …o->streamid_map = grow_array(o->streamid_map, sizeof(*o->streamid_map), &o->nb_streamid_map, idx+1… in opt_streamid()2054 o->streamid_map[idx] = parse_number_or_die(opt, p, OPT_INT, 0, INT_MAX); in opt_streamid()