Commit e6bf5400 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/aactab: Provide ff_ltp_coef, ff_tns_tmp2_map unconditionally

The fixed point decoder needs it since
905fdb06.
Reviewed-by: 's avatarLynne <dev@lynne.ee>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 7b482815
......@@ -105,6 +105,7 @@ av_cold void ff_aac_float_common_init(void)
static AVOnce init_static_once = AV_ONCE_INIT;
ff_thread_once(&init_static_once, aac_float_common_init);
}
#endif
const float ff_ltp_coef[8] = {
0.570829, 0.696616, 0.813004, 0.911304,
......@@ -144,7 +145,6 @@ const float * const ff_tns_tmp2_map[4] = {
tns_tmp2_map_1_3,
tns_tmp2_map_1_4
};
#endif
const uint8_t ff_aac_num_swb_1024[] = {
41, 41, 47, 49, 49, 51, 47, 47, 43, 43, 43, 40, 40
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment