[FFmpeg-cvslog] ffmpeg: add newline to avformat_write_header error message
Marton Balint
git at videolan.org
Sun Nov 13 04:13:42 EET 2016
ffmpeg | branch: master | Marton Balint <cus at passwd.hu> | Sat Nov 12 01:38:25 2016 +0100| [d318e0602443558c3908c3c6e17b72f0ed299722] | committer: Marton Balint
ffmpeg: add newline to avformat_write_header error message
Reviewed-by: Michael Niedermayer <michael at niedermayer.cc>
Signed-off-by: Marton Balint <cus at passwd.hu>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d318e0602443558c3908c3c6e17b72f0ed299722
---
ffmpeg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index 067ef1d..37f4fec 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2800,7 +2800,7 @@ static int check_init_output_file(OutputFile *of, int file_index)
if (ret < 0) {
av_log(NULL, AV_LOG_ERROR,
"Could not write header for output file #%d "
- "(incorrect codec parameters ?): %s",
+ "(incorrect codec parameters ?): %s\n",
file_index, av_err2str(ret));
return ret;
}
More information about the ffmpeg-cvslog
mailing list