[FFmpeg-cvslog] r15360 - trunk/libavcodec/bmp.c
kostya
subversion
Thu Sep 18 16:08:45 CEST 2008
Author: kostya
Date: Thu Sep 18 16:08:44 2008
New Revision: 15360
Log:
add newline at the end of message
Modified:
trunk/libavcodec/bmp.c
Modified: trunk/libavcodec/bmp.c
==============================================================================
--- trunk/libavcodec/bmp.c (original)
+++ trunk/libavcodec/bmp.c Thu Sep 18 16:08:44 2008
@@ -91,7 +91,7 @@ static int bmp_decode_frame(AVCodecConte
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;
}
More information about the ffmpeg-cvslog
mailing list