提交 0ede2c55 编写于 作者: A Alex Beregszaszi

print 'not working' message

Originally committed as revision 4416 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 af4ca324
......@@ -2355,6 +2355,8 @@ static int vc9_decode_init(AVCodecContext *avctx)
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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册