summaryrefslogtreecommitdiffstats
path: root/pph/rate_speexrate.c
diff options
context:
space:
mode:
Diffstat (limited to 'pph/rate_speexrate.c')
-rw-r--r--pph/rate_speexrate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pph/rate_speexrate.c b/pph/rate_speexrate.c
index 756f5d5..195b16d 100644
--- a/pph/rate_speexrate.c
+++ b/pph/rate_speexrate.c
@@ -42,7 +42,7 @@ struct rate_src {
static snd_pcm_uframes_t input_frames(void *obj, snd_pcm_uframes_t frames)
{
- int num, den;
+ spx_uint32_t num, den;
struct rate_src *rate = obj;
if (frames == 0)
return 0;
@@ -52,7 +52,7 @@ static snd_pcm_uframes_t input_frames(void *obj, snd_pcm_uframes_t frames)
static snd_pcm_uframes_t output_frames(void *obj, snd_pcm_uframes_t frames)
{
- int num, den;
+ spx_uint32_t num, den;
struct rate_src *rate = obj;
if (frames == 0)
return 0;