]> git.sesse.net Git - ffmpeg/commit
avcodec/aacps: Factor out code shared by float and fixed point decoder
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 28 Dec 2020 01:41:38 +0000 (02:41 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 31 Dec 2020 21:12:39 +0000 (22:12 +0100)
commit3693e2fceef3352e8a749eeb6ca84670273ef750
tree5ad44e535cf3bd196c4eb886dfdf63f56602841f
parent0d61a1cfad23ceac8104d0c00f98399de9d91069
avcodec/aacps: Factor out code shared by float and fixed point decoder

Saves about 7KiB.

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/Makefile
libavcodec/aacps.c
libavcodec/aacps.h
libavcodec/aacps_common.c [new file with mode: 0644]
libavcodec/aacpsdata.c
libavcodec/aacsbr_template.c