diff aac.h @ 8109:7baa25290231 libavcodec

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)
author superdump
date Wed, 05 Nov 2008 13:59:42 +0000
parents 43fabceb40f2
children 8a8d40fe77d9
line wrap: on
line diff
--- a/aac.h	Wed Nov 05 13:32:06 2008 +0000
+++ b/aac.h	Wed Nov 05 13:59:42 2008 +0000
@@ -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,