Searched refs:streamid_map (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h150 int *streamid_map; member in struct:OptionsContext
H A Dffmpeg_opt.c139 av_freep(&o->streamid_map);
1066 st->id = o->streamid_map[oc->nb_streams - 1];
1562 o->streamid_map = grow_array(o->streamid_map, sizeof(*o->streamid_map), &o->nb_streamid_map, idx+1);
1563 o->streamid_map[idx] = parse_number_or_die(opt, p, OPT_INT, 0, INT_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c330 int *streamid_map; member in struct:OptionsContext
408 av_freep(&o->streamid_map);
3482 st->id = o->streamid_map[oc->nb_streams - 1];
3783 o->streamid_map = grow_array(o->streamid_map, sizeof(*o->streamid_map), &o->nb_streamid_map, idx+1);
3784 o->streamid_map[idx] = parse_number_or_die(opt, p, OPT_INT, 0, INT_MAX);
H A Dffmpeg.c128 static int *streamid_map = NULL; variable
475 av_free(streamid_map);
643 AVStream *st = av_new_stream(oc, oc->nb_streams < nb_streamid_map ? streamid_map[oc->nb_streams] : 0);
3703 streamid_map = grow_array(streamid_map, sizeof(*streamid_map), &nb_streamid_map, idx+1);
3704 streamid_map[idx] = parse_number_or_die(opt, p, OPT_INT, 0, INT_MAX);

Completed in 62 milliseconds