]> git.sesse.net Git - ffmpeg/commit
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)
commitc9b146756a2dde0291cd2f36883945d5031d5f50
tree59443f19e13eee66cb31c53c7141c86350f857c6
parentc769050f56a8322091775af1f672803d8a42c775
avcodec/mss2: Remove redundant initialization of vc1 dsp

ff_vc1_init_common() already does it.

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