[FFmpeg-soc] [soc]: r1543 - amr/amrnbfloatdata.h
superdump
subversion at mplayerhq.hu
Mon Dec 10 16:43:39 CET 2007
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] = {
More information about the FFmpeg-soc
mailing list