Lines Matching defs:selected_streams
310 static int *selected_streams;
2842 REALLOCZ_ARRAY_STREAM(selected_streams, nb_streams, fmt_ctx->nb_streams);
2845 if (selected_streams[pkt->stream_index]) {
3150 if (selected_streams[i]) {
3178 if (selected_streams[program->stream_index[i]]) {
3429 REALLOCZ_ARRAY_STREAM(selected_streams,0,ifile.fmt_ctx->nb_streams);
3438 selected_streams[i] = ret;
3441 selected_streams[i] = 1;
3443 if (!selected_streams[i])
3486 av_freep(&selected_streams);