[Mplayer-cvslog] CVS: main/libaf af_resample.c,1.12,1.13
Anders Johansson CVS
anders at mplayerhq.hu
Sun Nov 3 07:06:24 CET 2002
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var/tmp.root/cvs-serv24023
Modified Files:
af_resample.c
Log Message:
10l
Index: af_resample.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_resample.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- af_resample.c 31 Oct 2002 11:06:19 -0000 1.12
+++ af_resample.c 3 Nov 2002 06:06:05 -0000 1.13
@@ -235,7 +235,6 @@
}
d*=m;
}
- printf("\n%i %i %i\n",d,af->data->rate/d,n->rate/d);
// Check if the the design needs to be redone
if(s->up != af->data->rate/d || s->dn != n->rate/d){
More information about the MPlayer-cvslog
mailing list