diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-12-14 17:32:17 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-12-14 17:32:17 +0100 |
commit | ee7be955947a0a591f42641419bf4a88953a77fb (patch) | |
tree | ef422756ae45ec9db4280bb0585f66a7beca72ef /libAACenc/src/psy_const.h | |
parent | 2f29dd48d02d402169246e3c7f9256869817392a (diff) | |
download | ODR-AudioEnc-ee7be955947a0a591f42641419bf4a88953a77fb.tar.gz ODR-AudioEnc-ee7be955947a0a591f42641419bf4a88953a77fb.tar.bz2 ODR-AudioEnc-ee7be955947a0a591f42641419bf4a88953a77fb.zip |
Apply piratfm's first commit
It's the patch from commit
e969ea8 AAC960 works now. All modes: LC/SBR/PS. Only for DAB+, not DRM.
without the copyright headers that create a ton of merge conficts
Diffstat (limited to 'libAACenc/src/psy_const.h')
-rw-r--r-- | libAACenc/src/psy_const.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libAACenc/src/psy_const.h b/libAACenc/src/psy_const.h index d9c9f43..15a69c9 100644 --- a/libAACenc/src/psy_const.h +++ b/libAACenc/src/psy_const.h @@ -96,6 +96,7 @@ amm-info@iis.fraunhofer.de #define TRANS_FAC 8 /* encoder short long ratio */ +#define FRAME_LEN_LONG_960 (960) #define FRAME_MAXLEN_SHORT ((1024)/TRANS_FAC) #define FRAME_LEN_SHORT_128 ((1024)/TRANS_FAC) |