]> git.sesse.net Git - ffmpeg/commitdiff
ffmpeg: Add a missing line break when requesting a sample.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Thu, 2 Feb 2017 08:45:15 +0000 (09:45 +0100)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Thu, 2 Feb 2017 08:45:15 +0000 (09:45 +0100)
ffmpeg.c

index 0a8f448995cd651e1a09d87bb218568fece68cc4..8d1abc5491ab6020f75fd2621bd703a7e1493bc7 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2258,7 +2258,7 @@ static int decode_video(InputStream *ist, AVPacket *pkt, int *got_output, int eo
                    "video_delay is larger in decoder than demuxer %d > %d.\n"
                    "If you want to help, upload a sample "
                    "of this file to ftp://upload.ffmpeg.org/incoming/ "
-                   "and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)",
+                   "and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n",
                    ist->dec_ctx->has_b_frames,
                    ist->st->codecpar->video_delay);
     }