mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
8c5cb7b00b
PR: 24427 Submitted by: Jan Conrad <conrad@th.physik.uni-bonn.de>
12 lines
330 B
Plaintext
12 lines
330 B
Plaintext
--- 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;
|
|
|