diff options
author | Alex Converse <alex.converse@gmail.com> | 2008-11-05 13:59:42 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2008-11-05 13:59:42 +0000 |
commit | d0ee50216d8f33f5c03a856112204cbd66009d92 (patch) | |
tree | 685363ab2977deb47bea1a6a79609f66f4072584 /libavcodec/aac.h | |
parent | c2dec19420e9246c8da12d7095d7fecfe98d317a (diff) | |
download | ffmpeg-d0ee50216d8f33f5c03a856112204cbd66009d92.tar.gz |
Fix perceptual noise shaping scaling including an oversight of the offset for
the EIGHT_SHORT window type. Fixes issue 664.
Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 15776 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r-- | libavcodec/aac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 6c5de4264a..eec0828533 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -46,7 +46,6 @@ #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, |