]> git.sesse.net Git - ffmpeg/commit
avcodec/atrac1: Avoid indirection when calling float dsp function
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 13 Sep 2020 18:59:11 +0000 (20:59 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 18 Sep 2020 00:50:48 +0000 (02:50 +0200)
commit04101222f23fef3af57ac2cf1b8835f350fd4e50
tree66789f0f903d779660e5b4b5d5ffb666d28b07a0
parentce482266a641a2cbd2900c0c2e4afb24f26cc422
avcodec/atrac1: 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/atrac1.c