]> git.sesse.net Git - ffmpeg/commit
avcodec/rv34: Move dsp init code to rv30/rv40
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Wed, 7 Apr 2021 16:07:54 +0000 (18:07 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Mon, 12 Apr 2021 16:29:10 +0000 (18:29 +0200)
commit4e65a41a5cfdcafb0c9d26b7e531daa3a1b5fde2
tree88b21eaa86b4c579a385966892cdf1fa6464f4e9
parent7e241a1b73bcca768f48ff1851e9e9f3f0752000
avcodec/rv34: Move dsp init code to rv30/rv40

It avoids both runtime and compile-time checks.

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