[FFmpeg-devel] [PATCH] aacdec: increase MAX_ELEM_ID to 64

Lynne dev at lynne.ee
Wed Jun 5 16:11:25 EEST 2024


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
-- 
2.43.0.381.gb435a96ce8


More information about the ffmpeg-devel mailing list