[xiph-cvs] cvs commit: vorbis/lib vorbisenc.c

Monty xiphmont at xiph.org
Mon Aug 13 01:39:31 PDT 2001



xiphmont    01/08/13 01:39:31

  Modified:    lib      vorbisenc.c
  Log:
  add mode D and E

Revision  Changes    Path
1.11      +4 -4      vorbis/lib/vorbisenc.c

Index: vorbisenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/vorbisenc.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vorbisenc.c	2001/08/13 07:41:59	1.10
+++ vorbisenc.c	2001/08/13 08:39:30	1.11
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: simple programmatic interface for encoder mode setup
- last mod: $Id: vorbisenc.c,v 1.10 2001/08/13 07:41:59 xiphmont Exp $
+ last mod: $Id: vorbisenc.c,v 1.11 2001/08/13 08:39:30 xiphmont Exp $
 
  ********************************************************************/
 
@@ -148,11 +148,11 @@
     }else if(bpch<90000){
       mode=&info_44c_B;
     }else if(bpch<110000){
-      mode=&info_44c_X;
+      mode=&info_44c_C;
     }else if(bpch<160000){
-      mode=&info_44c_X;
+      mode=&info_44c_D;
     }else{
-      mode=&info_44c_X;
+      mode=&info_44c_E;
     }
     //}
 

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