# HG changeset patch # User alex # Date 1120332512 0 # Node ID 3144a4fc383b884f1e14e6f35e37ff3f71ec69d8 # Parent e65877799a09c232d02126ca95e7cc2b6077aaed print 'not working' message diff -r e65877799a09 -r 3144a4fc383b vc9.c --- a/vc9.c Sat Jul 02 19:10:30 2005 +0000 +++ b/vc9.c Sat Jul 02 19:28:32 2005 +0000 @@ -2355,6 +2355,8 @@ return -1; if (vc9_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"); + avctx->coded_width = avctx->width; avctx->coded_height = avctx->height; if (avctx->codec_id == CODEC_ID_WMV3)