[xiph-cvs] cvs commit: vorbis/lib floor0.c bitwise.c bitwise.h

Jack Moffitt jack at xiph.org
Mon Oct 2 17:36:05 PDT 2000



jack        00/10/02 17:36:05

  Modified:    lib      Tag: branch_postbeta2 floor0.c
  Removed:     lib      Tag: branch_postbeta2 bitwise.c bitwise.h
  Log:
  how did bitwise not get deleted... damnit :)
  
  also fixed floor so that it compiles correctly
  
  jack.

Revision  Changes    Path
No                   revision

No                   revision

1.23.2.6  +2 -2      vorbis/lib/floor0.c

Index: floor0.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/floor0.c,v
retrieving revision 1.23.2.5
retrieving revision 1.23.2.6
diff -u -r1.23.2.5 -r1.23.2.6
--- floor0.c	2000/09/27 06:20:59	1.23.2.5
+++ floor0.c	2000/10/03 00:36:04	1.23.2.6
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: floor backend 0 implementation
- last mod: $Id: floor0.c,v 1.23.2.5 2000/09/27 06:20:59 jack Exp $
+ last mod: $Id: floor0.c,v 1.23.2.6 2000/10/03 00:36:04 jack Exp $
 
  ********************************************************************/
 
@@ -351,7 +351,7 @@
   if(ampraw>0){ /* also handles the -1 out of data case */
     long maxval=(1<<info->ampbits)-1;
     float amp=(float)ampraw/maxval*info->ampdB;
-    int booknum=_oggpack_read(&vb->opb,_ilog(info->numbooks));
+    int booknum=oggpack_read(&vb->opb,_ilog(info->numbooks));
     float *lsp=alloca(sizeof(float)*look->m);
 
     if(booknum!=-1){

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