snprintf(error,sizeof(error),"Error while opening codec for output stream #%d.%d - maybe incorrect parameters such as bit_rate, rate, width or height",
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;
@ -2036,13 +2036,13 @@ static int av_encode(AVFormatContext **output_files,