Skip to content
Snippets Groups Projects
Commit c19e76ce authored by Nathan Kurz's avatar Nathan Kurz Committed by Michael Niedermayer
Browse files

ffmpeg not selecting first available stream, patch by (Nathan Kurz <nate at verse dot com>)

Originally committed as revision 3538 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cfeae977
No related branches found
No related tags found
No related merge requests found
......@@ -1445,6 +1445,7 @@ static int av_encode(AVFormatContext **output_files,
ist->st->codec.codec_type == ost->st->codec.codec_type) {
ost->source_index = j;
found = 1;
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment