[FFmpeg-cvslog] lavc/h264_slice: Add a missing newline to an error message.

Carl Eugen Hoyos git at videolan.org
Sun Aug 24 15:34:05 CEST 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Aug 24 15:33:10 2014 +0200| [cc0acdbd684144776f8f000c0733eb4884cb0880] | committer: Carl Eugen Hoyos

lavc/h264_slice: Add a missing newline to an error message.

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

 libavcodec/h264_slice.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c
index c5a9784..20231aa 100644
--- a/libavcodec/h264_slice.c
+++ b/libavcodec/h264_slice.c
@@ -537,7 +537,7 @@ int ff_h264_update_thread_context(AVCodecContext *dst,
         h->pps = h1->pps;
 
         if ((err = h264_slice_header_init(h, 1)) < 0) {
-            av_log(h->avctx, AV_LOG_ERROR, "h264_slice_header_init() failed");
+            av_log(h->avctx, AV_LOG_ERROR, "h264_slice_header_init() failed\n");
             return err;
         }
         context_reinitialized = 1;



More information about the ffmpeg-cvslog mailing list