[xiph-cvs] cvs commit: vorbis/lib/modes setup_16.h setup_22.h

Monty xiphmont at xiph.org
Thu Jul 11 03:02:30 PDT 2002



xiphmont    02/07/11 03:02:29

  Modified:    lib/modes setup_16.h setup_22.h
  Log:
  Gumboot found two mono setup errors (in 16 and 22kHz).  Fixed.

Revision  Changes    Path
1.4       +2 -2      vorbis/lib/modes/setup_16.h

Index: setup_16.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/setup_16.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- setup_16.h	2002/07/11 08:57:29	1.3
+++ setup_16.h	2002/07/11 10:02:29	1.4
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: 16kHz settings 
- last mod: $Id: setup_16.h,v 1.3 2002/07/11 08:57:29 xiphmont Exp $
+ last mod: $Id: setup_16.h,v 1.4 2002/07/11 10:02:29 xiphmont Exp $
 
  ********************************************************************/
 
@@ -101,7 +101,7 @@
   3,
   rate_mapping_16_uncoupled,
   quality_mapping_16,
-  2,
+  -1,
   15000,
   19000,
   

<p><p>1.3       +2 -2      vorbis/lib/modes/setup_22.h

Index: setup_22.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/setup_22.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- setup_22.h	2002/07/11 06:41:04	1.2
+++ setup_22.h	2002/07/11 10:02:29	1.3
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: 22kHz settings 
- last mod: $Id: setup_22.h,v 1.2 2002/07/11 06:41:04 xiphmont Exp $
+ last mod: $Id: setup_22.h,v 1.3 2002/07/11 10:02:29 xiphmont Exp $
 
  ********************************************************************/
 
@@ -80,7 +80,7 @@
   3,
   rate_mapping_22_uncoupled,
   quality_mapping_16,
-  2,
+  -1,
   19000,
   26000,
   

<p><p><p>--- >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