snprintf(error,sizeof(error),"Error while opening encoder 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;
...
...
@@ -2302,13 +2302,13 @@ static int transcode_init(OutputFile *output_files,