[SCM] libav/experimental: add newline at the end of message

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:30:19 UTC 2013


The following commit has been merged in the experimental branch:
commit 3a9a15c4f317034da562191845ab660b7e76b81d
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Thu Sep 18 14:08:44 2008 +0000

    add newline at the end of message
    
    Originally committed as revision 15360 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/bmp.c b/libavcodec/bmp.c
index 16a5e92..ff34ab7 100644
--- a/libavcodec/bmp.c
+++ b/libavcodec/bmp.c
@@ -91,7 +91,7 @@ static int bmp_decode_frame(AVCodecContext *avctx,
         width  = bytestream_get_le16(&buf);
         height = bytestream_get_le16(&buf);
     } else {
-        av_log(avctx, AV_LOG_ERROR, "unsupported BMP file, patch welcome");
+        av_log(avctx, AV_LOG_ERROR, "unsupported BMP file, patch welcome\n");
         return -1;
     }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list