]> git.sesse.net Git - ffmpeg/commit
avcodec/mpegaudiodec_float: Avoid indirection with float dsp function
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 15 Sep 2020 06:16:13 +0000 (08:16 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 19 Sep 2020 16:48:38 +0000 (18:48 +0200)
commite9831b1e985a61f1f0089eccc877f2e5add2d58c
treeb58f6ef1e33ec051cafa653cf95aca015dd335f1
parentdac9e88a99ea34c2f812b8f7b6781a84ac86360a
avcodec/mpegaudiodec_float: Avoid indirection with 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/mpegaudiodec_float.c
libavcodec/mpegaudiodec_template.c