avconv_filter: add new line after error message

This commit is contained in:
Vittorio Giovara 2013-11-20 17:58:09 +01:00
parent 874838dc65
commit d28fc7b29a
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,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(1);
}