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
pull/126/head
Nathan Kurz 21 years ago committed by Michael Niedermayer
parent cfeae977a7
commit c19e76ceb7
  1. 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…
Cancel
Save