# HG changeset patch # User diego # Date 1153687520 0 # Node ID 634ad7b3a19832d4bef95be5645ceb5edec43c6c # Parent feace06d418464995853d35d3d57f1665242d1bb Remove obsolete and misleading warning. diff -r feace06d4184 -r 634ad7b3a198 vc1.c --- a/vc1.c Sun Jul 23 18:22:29 2006 +0000 +++ b/vc1.c Sun Jul 23 20:45:20 2006 +0000 @@ -2804,9 +2804,6 @@ return -1; if (vc1_init_common(v) < 0) return -1; - av_log(avctx, AV_LOG_INFO, "This decoder is not supposed to produce picture. Dont report this as a bug!\n"); - av_log(avctx, AV_LOG_INFO, "If you see a picture, don't believe your eyes.\n"); - avctx->coded_width = avctx->width; avctx->coded_height = avctx->height; if (avctx->codec_id == CODEC_ID_WMV3)