You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
add newline at the end of message
Originally committed as revision 15360 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user