[Mplayer-cvslog] CVS: main/libaf af_resample.c,1.19,1.20

Anders Johansson CVS anders at mplayerhq.hu
Sun Jan 12 09:06:07 CET 2003


Update of /cvsroot/mplayer/main/libaf
In directory mail:/var/tmp.root/cvs-serv8378/libaf

Modified Files:
	af_resample.c 
Log Message:
10l sig 11 bug reported by Fabian Franz

Index: af_resample.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_resample.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- af_resample.c	10 Jan 2003 01:45:34 -0000	1.19
+++ af_resample.c	12 Jan 2003 08:05:51 -0000	1.20
@@ -203,7 +203,7 @@
 	     s->step);
       af->mul.n = af->data->rate;
       af->mul.d = n->rate;
-      return AF_OK;
+      return rv;
     }
 
     // Calculate up and down sampling factors



More information about the MPlayer-cvslog mailing list