summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2017-02-02 09:45:15 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2017-02-02 09:45:15 +0100
commitac0863146b44f13b84e740d39c8f7053205e9139 (patch)
tree4bcf97e01e0fcd9b0a1b7b71285ab6a8b3d9da75 /ffmpeg.c
parent08b098169be079c4f124a351fda6764fbcd10e79 (diff)
ffmpeg: Add a missing line break when requesting a sample.
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 0a8f448995..8d1abc5491 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@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);
}