]> git.sesse.net Git - ffmpeg/commit
avcodec/imc: Avoid indirection when calling float dsp function
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 14 Sep 2020 17:43:49 +0000 (19:43 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 19 Sep 2020 16:47:10 +0000 (18:47 +0200)
commitab4876163bc8173d5bc12e068283ee790672e8b8
tree7e54bf8efa5ce7be8250958fc4d24eda968c73ce
parent84d27385ae39e71151116d2647b85ab36ecf91fb
avcodec/imc: Avoid indirection when calling float dsp function

Do this by only keeping the only function pointer from
the AVFloatDSPContext that is needed lateron.

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