comparison vc9.c @ 2780:3144a4fc383b libavcodec

print 'not working' message
author alex
date Sat, 02 Jul 2005 19:28:32 +0000
parents 97a9864010ec
children 6f8bcb169256
comparison
equal deleted inserted replaced
2779:e65877799a09 2780:3144a4fc383b
2353 2353
2354 if(ff_h263_decode_init(avctx) < 0) 2354 if(ff_h263_decode_init(avctx) < 0)
2355 return -1; 2355 return -1;
2356 if (vc9_init_common(v) < 0) return -1; 2356 if (vc9_init_common(v) < 0) return -1;
2357 2357
2358 av_log(avctx, AV_LOG_INFO, "This decoder is not supposed to produce picture. Dont report this as a bug!\n");
2359
2358 avctx->coded_width = avctx->width; 2360 avctx->coded_width = avctx->width;
2359 avctx->coded_height = avctx->height; 2361 avctx->coded_height = avctx->height;
2360 if (avctx->codec_id == CODEC_ID_WMV3) 2362 if (avctx->codec_id == CODEC_ID_WMV3)
2361 { 2363 {
2362 int count = 0; 2364 int count = 0;