Commit b5582762 authored by rtognimp's avatar rtognimp

1l, forgot to remove duplicated error message


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3838 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8ff3eb63
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment