diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-24 22:40:13 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-10-31 20:47:00 +0100 |
commit | 30deaba97ba0a25b794b2099c742deae40a9cdda (patch) | |
tree | 0731d53f1359696e1da3a83e79273553e474010f /INSTALL.md | |
parent | 3b080fe7af04587d4f270540740bea1f92af02ed (diff) | |
download | ffmpeg-30deaba97ba0a25b794b2099c742deae40a9cdda.tar.gz |
avcodec/aacdec_template: Don't init unused table for fixed-point decoder
The fixed-point decoder actually does not use the floating-point
tables initialized by ff_aac_tableinit() at all. So don't
initialize them for it; instead merge initializing these tables
into ff_aac_float_common_init() which is already the function
for the common static initializations of the floating-point
AAC decoder and the (also floating-point) AAC encoder.
Doing so saves also one AVOnce.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'INSTALL.md')
0 files changed, 0 insertions, 0 deletions