snprintf(error,sizeof(error),"Error while opening encoder for output stream #%d.%d - maybe incorrect parameters such as bit_rate, rate, width or height",
ost->file_index,ost->index);
ret=AVERROR(EINVAL);
gotodump_format;
}
assert_codec_experimental(ost->st->codec,1);
assert_avoptions(ost->opts);
extra_size+=ost->st->codec->extradata_size;
}
}
...
...
@@ -2370,13 +2377,14 @@ static int transcode(AVFormatContext **output_files,