diff mbox series

[FFmpeg-devel,5/7] avcodec/mss2: Remove redundant initialization of vc1 dsp

Message ID HE1PR0301MB2154FD0E0A610F124A6C712A8F749@HE1PR0301MB2154.eurprd03.prod.outlook.com
State Accepted
Commit c9b146756a2dde0291cd2f36883945d5031d5f50
Headers show
Series [FFmpeg-devel,1/7] avcodec/rv34: Move dsp init code to rv30/rv40 | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt April 8, 2021, 7:42 p.m. UTC
ff_vc1_init_common() already does it.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/mss2.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/libavcodec/mss2.c b/libavcodec/mss2.c
index 3e3205ae92..a27fae7559 100644
--- a/libavcodec/mss2.c
+++ b/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;