comparison vc1.c @ 3513:634ad7b3a198 libavcodec

Remove obsolete and misleading warning.
author diego
date Sun, 23 Jul 2006 20:45:20 +0000
parents f88787aeed6b
children db3335b2b8f1
comparison
equal deleted inserted replaced
3512:feace06d4184 3513:634ad7b3a198
2802 2802
2803 if(ff_h263_decode_init(avctx) < 0) 2803 if(ff_h263_decode_init(avctx) < 0)
2804 return -1; 2804 return -1;
2805 if (vc1_init_common(v) < 0) return -1; 2805 if (vc1_init_common(v) < 0) return -1;
2806 2806
2807 av_log(avctx, AV_LOG_INFO, "This decoder is not supposed to produce picture. Dont report this as a bug!\n");
2808 av_log(avctx, AV_LOG_INFO, "If you see a picture, don't believe your eyes.\n");
2809
2810 avctx->coded_width = avctx->width; 2807 avctx->coded_width = avctx->width;
2811 avctx->coded_height = avctx->height; 2808 avctx->coded_height = avctx->height;
2812 if (avctx->codec_id == CODEC_ID_WMV3) 2809 if (avctx->codec_id == CODEC_ID_WMV3)
2813 { 2810 {
2814 int count = 0; 2811 int count = 0;