[MPlayer-cvslog] r19259 - trunk/tremor/sharedbook.c

rtogni subversion at mplayerhq.hu
Sun Jul 30 12:56:35 CEST 2006


Author: rtogni
Date: Sun Jul 30 12:56:35 2006
New Revision: 19259

Modified:
   trunk/tremor/sharedbook.c

Log:
Restore a local diff lost during license fix at r19256


Modified: trunk/tremor/sharedbook.c
==============================================================================
--- trunk/tremor/sharedbook.c	(original)
+++ trunk/tremor/sharedbook.c	Sun Jul 30 12:56:35 2006
@@ -211,7 +211,7 @@
 	  int indexdiv=1;
 	  for(k=0;k<b->dim;k++){
 	    int index= (j/indexdiv)%quantvals;
-	    int point;
+	    ogg_int32_t point;
 	    int val=VFLOAT_MULTI(delta,delpoint,
 				 abs(b->quantlist[index]),&point);
 
@@ -245,7 +245,7 @@
 	  int         lastpoint=0;
 
 	  for(k=0;k<b->dim;k++){
-	    int point;
+	    ogg_int32_t point;
 	    int val=VFLOAT_MULTI(delta,delpoint,
 				 abs(b->quantlist[j*b->dim+k]),&point);
 



More information about the MPlayer-cvslog mailing list