mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-15 15:30:23 +00:00
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:
parent
cfeae977a7
commit
c19e76ceb7
1 changed files with 1 additions and 0 deletions
1
ffmpeg.c
1
ffmpeg.c
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue