提交 c19e76ce 编写于 作者: N Nathan Kurz 提交者: Michael Niedermayer

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
上级 cfeae977
......@@ -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;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册