[FFmpeg-cvslog] ffmpeg: Add a missing line break when requesting a sample.

Carl Eugen Hoyos git at videolan.org
Thu Feb 2 10:45:50 EET 2017


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Feb  2 09:45:15 2017 +0100| [ac0863146b44f13b84e740d39c8f7053205e9139] | committer: Carl Eugen Hoyos

ffmpeg: Add a missing line break when requesting a sample.

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

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

diff --git a/ffmpeg.c b/ffmpeg.c
index 0a8f448..8d1abc5 100644
--- 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 at ffmpeg.org)",
+                   "and contact the ffmpeg-devel mailing list. (ffmpeg-devel at ffmpeg.org)\n",
                    ist->dec_ctx->has_b_frames,
                    ist->st->codecpar->video_delay);
     }



More information about the ffmpeg-cvslog mailing list