changeset 2431:d67740c88f86 libavcodec

1l, forgot to remove duplicated error message
author rtognimp
date Sat, 15 Jan 2005 14:05:37 +0000
parents 805cbcf4dc8a
children d9cf90e66883
files 8bps.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/8bps.c	Sat Jan 15 10:34:49 2005 +0000
+++ b/8bps.c	Sat Jan 15 14:05:37 2005 +0000
@@ -161,7 +161,6 @@
 	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;
     }