avcodec/mss2: Remove redundant initialization of vc1 dsp

ff_vc1_init_common() already does it.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/362/head
Andreas Rheinhardt 4 years ago
parent c769050f56
commit c9b146756a
  1. 1
      libavcodec/mss2.c

@ -752,7 +752,6 @@ static av_cold int wmv9_init(AVCodecContext *avctx)
v->s.avctx = avctx;
ff_vc1_init_common(v);
ff_vc1dsp_init(&v->vc1dsp);
v->profile = PROFILE_MAIN;

Loading…
Cancel
Save