ffmpeg: add missing return carriage in error message.

This commit is contained in:
Clément Bœsch 2012-06-04 09:09:13 +02:00 committed by Clément Bœsch
parent e00b2d284e
commit c790ae0265

View File

@ -887,7 +887,7 @@ static void init_input_filter(FilterGraph *fg, AVFilterInOut *in)
}
if (i == nb_input_streams) {
av_log(NULL, AV_LOG_FATAL, "Cannot find a matching stream for "
"unlabeled input pad %d on filter %s", in->pad_idx,
"unlabeled input pad %d on filter %s\n", in->pad_idx,
in->filter_ctx->name);
exit_program(1);
}