[FFmpeg-cvslog] ffmpeg: add missing return carriage in error message.

Clément Bœsch git at videolan.org
Mon Jun 4 09:10:18 CEST 2012


ffmpeg | branch: master | Clément Bœsch <clement.boesch at smartjog.com> | Mon Jun  4 09:09:13 2012 +0200| [c790ae02654422f3fd8742c147f988e444ee3dd3] | committer: Clément Bœsch

ffmpeg: add missing return carriage in error message.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c790ae02654422f3fd8742c147f988e444ee3dd3
---

 ffmpeg.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index ccbddd4..600da6d 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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);
         }



More information about the ffmpeg-cvslog mailing list