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:
339aabd
)
Update error message
author
Kostya Shishkov
<kostya.shishkov@gmail.com>
Mon, 13 Nov 2006 11:36:22 +0000
(11:36 +0000)
committer
Kostya Shishkov
<kostya.shishkov@gmail.com>
Mon, 13 Nov 2006 11:36:22 +0000
(11:36 +0000)
Originally committed as revision 7010 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/tiff.c
patch
|
blob
|
history
diff --git
a/libavcodec/tiff.c
b/libavcodec/tiff.c
index
d0177fa
..
222337d
100644
(file)
--- a/
libavcodec/tiff.c
+++ b/
libavcodec/tiff.c
@@
-255,7
+255,7
@@
static int tiff_decode_tag(TiffContext *s, uint8_t *start, uint8_t *buf, uint8_t
s->avctx->pix_fmt = PIX_FMT_RGB24;
break;
default:
- av_log(s->avctx, AV_LOG_ERROR, "
Only RGB24 is supported (this
bpp=%i)\n", s->bpp);
+ av_log(s->avctx, AV_LOG_ERROR, "
This format is not supported (
bpp=%i)\n", s->bpp);
return -1;
}
if(s->width != s->avctx->width || s->height != s->avctx->height){