Commit f9c6d80e authored by Roberto Togni's avatar Roberto Togni

1l, forgot to remove duplicated error message

Originally committed as revision 3838 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 47d91825
......@@ -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