mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
10l
Originally committed as revision 1625 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user