Commit 4f017dd3 authored by diego's avatar diego

Remove obsolete and misleading warning.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5816 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 89aa03d3
...@@ -2804,9 +2804,6 @@ static int vc1_decode_init(AVCodecContext *avctx) ...@@ -2804,9 +2804,6 @@ static int vc1_decode_init(AVCodecContext *avctx)
return -1; return -1;
if (vc1_init_common(v) < 0) 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_width = avctx->width;
avctx->coded_height = avctx->height; avctx->coded_height = avctx->height;
if (avctx->codec_id == CODEC_ID_WMV3) if (avctx->codec_id == CODEC_ID_WMV3)
......
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