projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47d9182
)
1l, forgot to remove duplicated error message
author
Roberto Togni
<r_togni@tiscali.it>
Sat, 15 Jan 2005 14:05:37 +0000
(14:05 +0000)
committer
Roberto Togni
<r_togni@tiscali.it>
Sat, 15 Jan 2005 14:05:37 +0000
(14:05 +0000)
Originally committed as revision 3838 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/8bps.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/8bps.c
b/libavcodec/8bps.c
index
5123532
..
48773a1
100644
(file)
--- a/
libavcodec/8bps.c
+++ b/
libavcodec/8bps.c
@@
-161,7
+161,6
@@
static int decode_init(AVCodecContext *avctx)
c->pic.data[0] = NULL;
if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {
- av_log(avctx, AV_LOG_ERROR, "Bad image size (w = %d, h = %d).\n", avctx->width, avctx->height);
return 1;
}