aacdec: increase MAX_ELEM_ID to 64

In USAC, we set the max to 64.
This commit is contained in:
Lynne 2024-06-05 18:23:12 +02:00
parent 91fd6ca000
commit 5c328e6c1e
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
1 changed files with 1 additions and 1 deletions

View File

@ -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