[FFmpeg-cvslog] avconv_filter: add new line after error message
Vittorio Giovara
git at videolan.org
Thu Nov 21 19:08:46 CET 2013
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Wed Nov 20 17:58:09 2013 +0100| [d28fc7b29a728bd2f88c10121abbd0442c341746] | committer: Vittorio Giovara
avconv_filter: add new line after error message
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d28fc7b29a728bd2f88c10121abbd0442c341746
---
avconv_filter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/avconv_filter.c b/avconv_filter.c
index 348196f..312cb5c 100644
--- a/avconv_filter.c
+++ b/avconv_filter.c
@@ -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);
}
More information about the ffmpeg-cvslog
mailing list