]> git.sesse.net Git - ffmpeg/commit
avcodec/ra288: Avoid indirection when calling float dsp function
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 12 Sep 2020 22:09:18 +0000 (00:09 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 16 Sep 2020 22:09:08 +0000 (00:09 +0200)
commitd3737bde639998f5a021e6fc00547ca2a7b28798
treef6d6c66721c5610d19b6b4e28614bdac04221ab3
parent8bbd97109c993b50a00a88f2b773252ed1b83fc0
avcodec/ra288: Avoid indirection when calling float dsp function

Do this by only keeping the only function pointer from the
AVFloatDSPContext that is needed lateron. This also allows to remove the
decoder's close function.

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