From 5c328e6c1e56fdb12fcf3a89b18079ad983cbe5b Mon Sep 17 00:00:00 2001 From: Lynne Date: Wed, 5 Jun 2024 18:23:12 +0200 Subject: [PATCH] aacdec: increase MAX_ELEM_ID to 64 In USAC, we set the max to 64. --- libavcodec/aac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 9508760fa6..fc6d1361b2 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -31,7 +31,7 @@ #define AVCODEC_AAC_H #define MAX_CHANNELS 64 -#define MAX_ELEM_ID 16 +#define MAX_ELEM_ID 64 #define TNS_MAX_ORDER 20 #define MAX_LTP_LONG_SFB 40