]> git.sesse.net Git - ffmpeg/commit
avcodec/atrac3: Avoid indirection when calling float dsp function
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 13 Sep 2020 19:10:20 +0000 (21:10 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 18 Sep 2020 00:51:15 +0000 (02:51 +0200)
commit0b7474a5910e6f80cb98857f0d131b13eb2aa2e0
tree04efb6bc6c4869ab0bc8ced425ce9c6ba61ccbac
parentf9ff4b252f993add29e3b020e995b591ba1485e9
avcodec/atrac3: 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/atrac3.c