Author: superdump
Date: Mon Dec 10 16:43:38 2007
New Revision: 1543

Log:
Fix incorrectly converted value


Modified:
   amr/amrnbfloatdata.h

Modified: amr/amrnbfloatdata.h
==============================================================================
--- amr/amrnbfloatdata.h        (original)
+++ amr/amrnbfloatdata.h        Mon Dec 10 16:43:38 2007
@@ -1812,7 +1812,7 @@ static const uint8_t gray_decode[8] = { 
 
 // gain tables
 
-#define MIN_ENERGY -0.875
+#define MIN_ENERGY -14.0
 
 // scalar quantised pitch gain table for 7.95 and 12.2 kbps modes
 static const float qua_gain_pit[16] = {
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to