You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avconv_filter: add new line after error message
This commit is contained in:
@@ -152,7 +152,7 @@ static void init_input_filter(FilterGraph *fg, AVFilterInOut *in)
|
|||||||
}
|
}
|
||||||
if (i == nb_input_streams) {
|
if (i == nb_input_streams) {
|
||||||
av_log(NULL, AV_LOG_FATAL, "Cannot find a matching stream for "
|
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);
|
in->filter_ctx->name);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user