summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/resampler.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-30 01:22:41 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-30 01:22:41 +0200
commit34bcba63a2eded49853b29844e65328502a3cb0d (patch)
tree3c0fbb3ee3554c606397c0919125a6ee17b579c7 /src/pulsecore/resampler.c
parent13018d62c10731459b0b4fd3f6852dcebddbccb8 (diff)
remove a few more gcc warnings
Diffstat (limited to 'src/pulsecore/resampler.c')
-rw-r--r--src/pulsecore/resampler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/resampler.c b/src/pulsecore/resampler.c
index b20fc61f..45cd68c1 100644
--- a/src/pulsecore/resampler.c
+++ b/src/pulsecore/resampler.c
@@ -1047,7 +1047,7 @@ static pa_memchunk *remap_channels(pa_resampler *r, pa_memchunk *input) {
(int16_t*) dst + oc, o_skip,
(int16_t*) src + ic, i_skip,
(int) n_frames,
- 1.0, r->map_table[oc][ic]);
+ 1.0f, r->map_table[oc][ic]);
}
}