mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
aacdec: increase MAX_ELEM_ID to 64
In USAC, we set the max to 64.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user