diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-11-20 17:58:09 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-11-21 14:48:27 +0100 |
commit | d28fc7b29a728bd2f88c10121abbd0442c341746 (patch) | |
tree | cc3155d37414b472ef277a43f4cf4fd64e6a67f0 /avconv_filter.c | |
parent | 874838dc6589d978611c89a40694a5074f892a76 (diff) | |
download | ffmpeg-d28fc7b29a728bd2f88c10121abbd0442c341746.tar.gz |
avconv_filter: add new line after error message
Diffstat (limited to 'avconv_filter.c')
-rw-r--r-- | avconv_filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avconv_filter.c b/avconv_filter.c index 348196f5fa..312cb5c212 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); } |