Commit 1d98dca3 authored by Michael Niedermayer's avatar Michael Niedermayer

10l

Originally committed as revision 1625 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment