git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6ab862
)
add newline at the end of message
author
Kostya Shishkov
<kostya.shishkov@gmail.com>
Thu, 18 Sep 2008 14:08:44 +0000
(14:08 +0000)
committer
Kostya Shishkov
<kostya.shishkov@gmail.com>
Thu, 18 Sep 2008 14:08:44 +0000
(14:08 +0000)
Originally committed as revision 15360 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/bmp.c
patch
|
blob
|
history
diff --git
a/libavcodec/bmp.c
b/libavcodec/bmp.c
index
16a5e92
..
ff34ab7
100644
(file)
--- 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;
}