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

Segher Boessenkool segher at xiph.org
Fri Dec 21 07:05:31 PST 2001



segher      01/12/21 07:05:31

  Modified:    lib      res0.c
  Log:
  *oops*

Revision  Changes    Path
1.44      +2 -2      vorbis/lib/res0.c

Index: res0.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/res0.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- res0.c	2001/12/21 14:52:36	1.43
+++ res0.c	2001/12/21 15:05:30	1.44
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: residue backend 0, 1 and 2 implementation
- last mod: $Id: res0.c,v 1.43 2001/12/21 14:52:36 segher Exp $
+ last mod: $Id: res0.c,v 1.44 2001/12/21 15:05:30 segher Exp $
 
  ********************************************************************/
 
@@ -272,7 +272,7 @@
     }
   }
 
-  look->partvals=rint(pow((float)look->parts,(pow)dim));
+  look->partvals=rint(pow((float)look->parts,(float)dim));
   look->stages=maxstage;
   look->decodemap=_ogg_malloc(look->partvals*sizeof(*look->decodemap));
   for(j=0;j<look->partvals;j++){

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