aacdec_usac: tag LFE channels as such in the channel map

Missed.
This commit is contained in:
Lynne 2024-06-05 18:31:52 +02:00
parent 62cd6d9e59
commit 91ab17e2fe
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
1 changed files with 3 additions and 0 deletions

View File

@ -447,6 +447,9 @@ int ff_aac_usac_config_decode(AACDecContext *ac, AVCodecContext *avctx,
/* LFE has no need for any configuration */
e->tw_mdct = 0;
e->noise_fill = 0;
layout_map[i][0] = TYPE_LFE;
layout_map[i][1] = i;
layout_map[i][2] = AAC_CHANNEL_LFE;
elem_id[2]++;
break;
case ID_USAC_EXT: /* EXT */