提交 1d98dca3 编写于 作者: M Michael Niedermayer

10l

Originally committed as revision 1625 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 dfb476cb
......@@ -378,7 +378,7 @@ static int decode_init(AVCodecContext *avctx)
s->avctx= avctx;
s->flags= avctx->flags;
dsputil_init(&s->dsp, avctx->dsp_mask);
dsputil_init(&s->dsp, avctx);
width= s->width= avctx->width;
height= s->height= avctx->height;
......@@ -499,7 +499,7 @@ static int encode_init(AVCodecContext *avctx)
s->avctx= avctx;
s->flags= avctx->flags;
dsputil_init(&s->dsp, avctx->dsp_mask);
dsputil_init(&s->dsp, avctx);
width= s->width= avctx->width;
height= s->height= avctx->height;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册