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

Monty xiphmont at xiph.org
Mon Aug 13 00:42:00 PDT 2001



xiphmont    01/08/13 00:41:59

  Modified:    lib      vorbisenc.c
  Log:
  mode Ac and Bc added

Revision  Changes    Path
1.10      +2 -2      vorbis/lib/vorbisenc.c

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

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