[FFmpeg-cvslog] aacdec: increase MAX_ELEM_ID to 64
Lynne
git at videolan.org
Sat Jun 8 01:23:00 EEST 2024
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Wed Jun 5 18:23:12 2024 +0200| [5c328e6c1e56fdb12fcf3a89b18079ad983cbe5b] | committer: Lynne
aacdec: increase MAX_ELEM_ID to 64
In USAC, we set the max to 64.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c328e6c1e56fdb12fcf3a89b18079ad983cbe5b
---
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
More information about the ffmpeg-cvslog
mailing list