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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dconcatdec.c37 int out_stream_index; member in struct:ConcatStream
213 cat->cur_file->streams[i].out_stream_index = i;
233 cat->cur_file->streams[i].out_stream_index = j;
257 map[i].out_stream_index = -1;
434 AVStream *st = avf->streams[cs->out_stream_index];
439 av_assert0(cs->out_stream_index >= 0);
493 if (cs->out_stream_index < 0) {
497 pkt->stream_index = cs->out_stream_index;

Completed in 51 milliseconds