[xiph-cvs] cvs commit: vorbis/lib/modes mode_A.h mode_D.h

Monty xiphmont at xiph.org
Mon Nov 13 16:07:59 PST 2000



xiphmont    00/11/13 16:07:58

  Modified:    lib/modes mode_A.h mode_D.h
  Log:
  Accidentally committed two test books.

Revision  Changes    Path
1.5       +1 -1      vorbis/lib/modes/mode_A.h

Index: mode_A.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/mode_A.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mode_A.h	2000/11/14 00:05:35	1.4
+++ mode_A.h	2000/11/14 00:07:57	1.5
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: predefined encoding modes
- last mod: $Id: mode_A.h,v 1.4 2000/11/14 00:05:35 xiphmont Exp $
+ last mod: $Id: mode_A.h,v 1.5 2000/11/14 00:07:57 xiphmont Exp $
 
  ********************************************************************/
 
@@ -129,7 +129,7 @@
 
 /* with GNUisms, this could be short and readable. Oh well */
 static vorbis_info_time0 _time_set0A={0};
-static vorbis_info_floor0 _floor_set0A={30, 44100, 256, 12,150, 1, {1} };
+static vorbis_info_floor0 _floor_set0A={12, 44100,  64, 12,150, 1, {0} };
 static vorbis_info_floor0 _floor_set1A={30, 44100, 256, 12,150, 1, {1} };
 static vorbis_info_residue0 _residue_set0A={0,128, 32,6,2,
                                             {0,1,1,1,1,1},

1.5       +2 -2      vorbis/lib/modes/mode_D.h

Index: mode_D.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/mode_D.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mode_D.h	2000/11/14 00:05:35	1.4
+++ mode_D.h	2000/11/14 00:07:57	1.5
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: predefined encoding modes
- last mod: $Id: mode_D.h,v 1.4 2000/11/14 00:05:35 xiphmont Exp $
+ last mod: $Id: mode_D.h,v 1.5 2000/11/14 00:07:57 xiphmont Exp $
 
  ********************************************************************/
 
@@ -107,7 +107,7 @@
 
 /* with GNUisms, this could be short and readable. Oh well */
 static vorbis_info_time0 _time_set0_256={0};
-static vorbis_info_floor0 _floor_set0_256={30, 44100, 256, 12,150, 1, {1} };
+static vorbis_info_floor0 _floor_set0_256={12, 44100,  64, 12,150, 1, {0} };
 static vorbis_info_floor0 _floor_set1_256={30, 44100, 256, 12,150, 1, {1} };
 static vorbis_info_residue0 _residue_set0_256={0,128, 32,6,2,
                                            {0,1,1,1,1,1},
@@ -172,7 +172,7 @@
   /* psy */
   {&_psy_set_256},
   /* thresh sample period, preecho clamp trigger threshhold, range, minenergy */
-  256, 0, 6, -96.
+  256, 24, 6, -96.
 };
 
 #define PREDEF_INFO_MAX 0

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list