]> git.sesse.net Git - ffmpeg/commit
avcodec/pcm: Avoid indirection when calling float dsp function
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 12 Sep 2020 22:13:43 +0000 (00:13 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 16 Sep 2020 22:09:08 +0000 (00:09 +0200)
commit771f91532c5cb65666820f1156b3a0e1661a3102
tree6c180eb8a7e7e919463c218feebd71d006e1feaa
parentd3737bde639998f5a021e6fc00547ca2a7b28798
avcodec/pcm: 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
decoders' close function.

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