[Ffmpeg-cvslog] r5816 - trunk/libavcodec/vc1.c
diego
subversion
Sun Jul 23 22:45:20 CEST 2006
Author: diego
Date: Sun Jul 23 22:45:20 2006
New Revision: 5816
Modified:
trunk/libavcodec/vc1.c
Log:
Remove obsolete and misleading warning.
Modified: trunk/libavcodec/vc1.c
==============================================================================
--- trunk/libavcodec/vc1.c (original)
+++ trunk/libavcodec/vc1.c Sun Jul 23 22:45:20 2006
@@ -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)
More information about the ffmpeg-cvslog
mailing list