blob: a28c33234f86653b07c0426ac037f5ed02f40533 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- resample.c.orig Fri Sep 1 11:08:24 2000
+++ resample.c Sat Feb 24 22:28:16 2001
@@ -180,7 +180,7 @@
resample_t r = (resample_t) effp->priv;
LONG Xoff, gcdrate;
int i;
- extern long st_gcd(P2(long a,long b));
+ extern long st_gcd(P2(LONG,LONG));
r->Factor = (double)effp->outinfo.rate / (double)effp->ininfo.rate;
|