aacdec: increase MAX_ELEM_ID to 64

In USAC, we set the max to 64.
release/7.1
Lynne 9 months ago
parent 91fd6ca000
commit 5c328e6c1e
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 2
      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

Loading…
Cancel
Save