aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2024-06-05 18:23:12 +0200
committerLynne <dev@lynne.ee>2024-06-08 00:22:36 +0200
commit5c328e6c1e56fdb12fcf3a89b18079ad983cbe5b (patch)
tree10177d397e7c819c327eb8f0961fcb05baa907cc
parent91fd6ca000cb87302f5c689de50fcd626939a362 (diff)
downloadffmpeg-5c328e6c1e56fdb12fcf3a89b18079ad983cbe5b.tar.gz
aacdec: increase MAX_ELEM_ID to 64
In USAC, we set the max to 64.
-rw-r--r--libavcodec/aac.h2
1 files changed, 1 insertions, 1 deletions
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