Browse Source

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
tags/v0.5
Nathan Kurz Michael Niedermayer 21 years ago
parent
commit
c19e76ceb7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ffmpeg.c

+ 1
- 0
ffmpeg.c 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;
}
}


Loading…
Cancel
Save