提交 cfeae977 编写于 作者: M Michael Niedermayer

10l (wrong variable)

Originally committed as revision 3537 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 78953e62
......@@ -628,7 +628,7 @@ retry:
#ifdef HAVE_MMX
if(s->codec_id == CODEC_ID_MPEG4 && s->xvid_build && avctx->idct_algo == FF_IDCT_AUTO && (mm_flags & MM_MMX) && !(s->flags&CODEC_FLAG_BITEXACT)){
avctx->idct_algo= FF_IDCT_LIBMPEG2MMX;
avctx->width= 0; // force reinit
avctx->coded_width= 0; // force reinit
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册