[MPlayer-cvslog] CVS: main/tremor tremor.diff, 1.2, 1.3 sharedbook.c, 1.1, 1.2

Sascha Sommer CVS syncmail at mplayerhq.hu
Thu Aug 18 18:25:47 CEST 2005


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main/tremor
In directory mail:/var2/tmp/cvs-serv11347/tremor

Modified Files:
	tremor.diff sharedbook.c 
Log Message:
fix warnings and decoding on CYGWIN (produced only noise before this change)

Index: tremor.diff
===================================================================
RCS file: /cvsroot/mplayer/main/tremor/tremor.diff,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tremor.diff	14 May 2005 10:05:09 -0000	1.2
+++ tremor.diff	18 Aug 2005 16:25:45 -0000	1.3
@@ -89,3 +89,28 @@
 +   typedef int16_t ogg_int16_t;
  
  #endif  /* _OS_TYPES_H */
+Index: sharedbook.c
+===================================================================
+RCS file: /cvsroot/mplayer/main/tremor/sharedbook.c,v
+retrieving revision 1.1
+diff -u -r1.1 sharedbook.c
+--- sharedbook.c	30 Dec 2004 12:09:20 -0000	1.1
++++ sharedbook.c	18 Aug 2005 16:13:54 -0000
+@@ -208,7 +208,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);
+ 
+@@ -242,7 +242,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);
+ 

Index: sharedbook.c
===================================================================
RCS file: /cvsroot/mplayer/main/tremor/sharedbook.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sharedbook.c	30 Dec 2004 12:09:20 -0000	1.1
+++ sharedbook.c	18 Aug 2005 16:25:45 -0000	1.2
@@ -208,7 +208,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);
 
@@ -242,7 +242,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