Searched refs:nb_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.h151 int nb_streamid_map; member in struct:OptionsContext
H A Dffmpeg_opt.c1065 if (oc->nb_streams - 1 < o->nb_streamid_map)
1562 o->streamid_map = grow_array(o->streamid_map, sizeof(*o->streamid_map), &o->nb_streamid_map, idx+1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c331 int nb_streamid_map; member in struct:OptionsContext
3481 if (oc->nb_streams - 1 < o->nb_streamid_map)
3783 o->streamid_map = grow_array(o->streamid_map, sizeof(*o->streamid_map), &o->nb_streamid_map, idx+1);
H A Dffmpeg.c129 static int nb_streamid_map = 0; variable
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);

Completed in 94 milliseconds