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
This commit is contained in:
Nathan Kurz 2004-09-29 15:53:37 +00:00 committed by Michael Niedermayer
parent cfeae977a7
commit c19e76ceb7
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}