mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-03 05:22:10 +00:00
aacdec: increase MAX_ELEM_ID to 64
In USAC, we set the max to 64.
This commit is contained in:
parent
91fd6ca000
commit
5c328e6c1e
@ -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…
Reference in New Issue
Block a user