diff options
Diffstat (limited to 'libSBRenc/src/sbr_rom.h')
-rw-r--r-- | libSBRenc/src/sbr_rom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libSBRenc/src/sbr_rom.h b/libSBRenc/src/sbr_rom.h index 4cd1ba5..e79a730 100644 --- a/libSBRenc/src/sbr_rom.h +++ b/libSBRenc/src/sbr_rom.h @@ -119,8 +119,8 @@ extern const INT bookSbrNoiseBalanceC11T[25]; extern const UCHAR bookSbrNoiseBalanceL11T[25]; #define SBRENC_AACLC_TUNING_SIZE 124 -#define SBRENC_AACELD_TUNING_SIZE 35 -#define SBRENC_AACELD2_TUNING_SIZE 31 +#define SBRENC_AACELD_TUNING_SIZE (26) +#define SBRENC_AACELD2_TUNING_SIZE (26) #define SBRENC_TUNING_SIZE (SBRENC_AACLC_TUNING_SIZE + SBRENC_AACELD_TUNING_SIZE) |