diff options
author | Robert Swain <robert.swain@gmail.com> | 2008-08-15 08:01:31 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2008-08-15 08:01:31 +0000 |
commit | 9ffd5c1cee8d46128bf6b3faad8befb886763ae3 (patch) | |
tree | 8801ba1d882069c38b0cf0c3ce59986f879b0e23 /libavcodec/aac.h | |
parent | aa6ed60895e3dcd2425ae1ad9552a04cd6c7983a (diff) | |
download | ffmpeg-9ffd5c1cee8d46128bf6b3faad8befb886763ae3.tar.gz |
More OKed AAC decoder hunks
Originally committed as revision 14774 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r-- | libavcodec/aac.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 84ae8f0d77..91b18a13f6 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -45,6 +45,9 @@ #define MAX_CHANNELS 64 #define MAX_ELEM_ID 16 +#define TNS_MAX_ORDER 20 +#define PNS_MEAN_ENERGY 3719550720.0f // sqrt(3.0) * 1<<31 + enum AudioObjectType { AOT_NULL, // Support? Name |