]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/mss2: Remove redundant initialization of vc1 dsp
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Thu, 8 Apr 2021 16:53:16 +0000 (18:53 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Mon, 12 Apr 2021 16:29:10 +0000 (18:29 +0200)
ff_vc1_init_common() already does it.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
libavcodec/mss2.c

index 3e3205ae9259524231bc4cbab93194384b96a70f..a27fae7559267e2e59af5ed216d8e5dff9b98140 100644 (file)
@@ -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;