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

10l

Originally committed as revision 2529 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 28ba74a6
......@@ -470,7 +470,7 @@ int MPV_common_init(MpegEncContext *s)
CHECKED_ALLOCZ(s->error_status_table, mb_array_size*sizeof(uint8_t))
if (s->out_format == FMT_H263 || s->encoding) {
if (s->out_format == FMT_H263 || s->encoding || (s->avctx->debug&FF_DEBUG_VIS_MV)) {
int size;
/* MV prediction */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册