[Mplayer-cvslog] CVS: main/libaf af.c,1.6,1.7
Anders Johansson
anders at mplayerhq.hu
Sat Oct 5 13:07:27 CEST 2002
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var/tmp.root/cvs-serv15194
Modified Files:
af.c
Log Message:
Removing debug message, (oops)
Index: af.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- af.c 5 Oct 2002 11:02:39 -0000 1.6
+++ af.c 5 Oct 2002 11:07:23 -0000 1.7
@@ -435,8 +435,6 @@
// Try to meet constraint nr 3.
out = t * (((in/t)*mul.n + 1)/mul.d);
while(in <= max_insize && out <= max_outsize){
- printf("debug in = %i out = %i \n",in,out);
-
if(out > len)
return in;
out = t * (((in/t)*mul.n + 1)/mul.d);
More information about the MPlayer-cvslog
mailing list