[FFmpeg-cvslog] avcodec/mss2: Remove redundant initialization of vc1 dsp
Andreas Rheinhardt
git at videolan.org
Mon Apr 12 19:57:10 EEST 2021
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Apr 8 18:53:16 2021 +0200| [c9b146756a2dde0291cd2f36883945d5031d5f50] | committer: Andreas Rheinhardt
avcodec/mss2: Remove redundant initialization of vc1 dsp
ff_vc1_init_common() already does it.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c9b146756a2dde0291cd2f36883945d5031d5f50
---
libavcodec/mss2.c | 1 -
1 file changed, 1 deletion(-)
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;
More information about the ffmpeg-cvslog
mailing list