diff --git a/libavcodec/interplayvideo.c b/libavcodec/interplayvideo.c index 3731fb2757aa3e24f6937c99dbc10753922b1305..3ca7774e0fc24a5c69af6a21973f92c4ed395dae 100644 --- a/libavcodec/interplayvideo.c +++ b/libavcodec/interplayvideo.c @@ -804,7 +804,6 @@ static void ipvideo_decode_opcodes(IpvideoContext *s) s->line_inc = s->stride - 8; s->upper_motion_limit_offset = (s->avctx->height - 8) * s->stride + s->avctx->width - 8; - s->dsp = s->dsp; for (y = 0; y < (s->stride * s->avctx->height); y += s->stride * 8) { for (x = y; x < y + s->avctx->width; x += 8) {