changeset 1295:62159c1b5a3b trunk

[svn] - roll back difftable changes (apparently we had them mathematically wrong for a reason)
author nenolod
date Sun, 18 Jun 2006 03:03:40 -0700
parents 447c70bfa3db
children b7d8e6e77ba6
files ChangeLog Plugins/Input/mpg123/layer3.c
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jun 18 02:58:34 2006 -0700
+++ b/ChangeLog	Sun Jun 18 03:03:40 2006 -0700
@@ -1,3 +1,12 @@
+2006-06-18 09:58:34 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1500]
+  - that didn't work to plan
+  
+
+  Changes:        Modified:
+  +1 -1           trunk/Plugins/Input/mpg123/layer3.c  
+
+
 2006-06-18 09:55:11 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1498]
   - this should be the last set of math corrections
--- a/Plugins/Input/mpg123/layer3.c	Sun Jun 18 02:58:34 2006 -0700
+++ b/Plugins/Input/mpg123/layer3.c	Sun Jun 18 03:03:40 2006 -0700
@@ -63,9 +63,10 @@
 int shortLimit[9][14];
 
 struct bandInfoStruct bandInfo[9] = { 
+
 /* MPEG 1.0 */
  { {0,4,8,12,16,20,24,30,36,44,52,62,74, 90,110,134,162,196,238,288,342,418,576},
-   {4,4,4,4,4,4,6,6,6, 8,10,12,16,20,24,28,34,42,50,54, 76,158},
+   {4,4,4,4,4,4,6,6,8, 8,10,12,16,20,24,28,34,42,50,54, 76,158},
    {0,4*3,8*3,12*3,16*3,22*3,30*3,40*3,52*3,66*3, 84*3,106*3,136*3,192*3},
    {4,4,4,4,6,8,10,12,14,18,22,30,56} } ,
 
@@ -75,7 +76,7 @@
    {4,4,4,4,6,6,10,12,14,16,20,26,66} } ,
 
  { {0,4,8,12,16,20,24,30,36,44,54,66,82,102,126,156,194,240,296,364,448,550,576} ,
-   {4,4,4,4,4,4,6,6,6,10,12,16,20,24,30,38,46,56,68,84,102, 26} ,
+   {4,4,4,4,4,4,6,6,8,10,12,16,20,24,30,38,46,56,68,84,102, 26} ,
    {0,4*3,8*3,12*3,16*3,22*3,30*3,42*3,58*3,78*3,104*3,138*3,180*3,192*3} ,
    {4,4,4,4,6,8,12,16,20,26,34,42,12} }  ,