summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-07-23 20:45:20 +0000
committerDiego Biurrun <diego@biurrun.de>2006-07-23 20:45:20 +0000
commit9f82cdc7b518cd22df83eb5610253061dca6ef80 (patch)
tree7d4e6250d21cef17d5708d1a43f18e32d686d382
parentbc185f72c0ef515d1d077df5bad2fb1336f70d5e (diff)
Remove obsolete and misleading warning.
Originally committed as revision 5816 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/vc1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c
index 6908e04560..04b8c37437 100644
--- a/libavcodec/vc1.c
+++ b/libavcodec/vc1.c
@@ -2804,9 +2804,6 @@ static int vc1_decode_init(AVCodecContext *avctx)
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)