1l, forgot to remove duplicated error message

Originally committed as revision 3838 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Roberto Togni 2005-01-15 14:05:37 +00:00
parent 47d9182521
commit f9c6d80e4e
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}