diff options
Diffstat (limited to 'audio/rate_template.h')
-rw-r--r-- | audio/rate_template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rate_template.h b/audio/rate_template.h index 5cc95c829a..3e0e77c94e 100644 --- a/audio/rate_template.h +++ b/audio/rate_template.h @@ -30,7 +30,7 @@ void NAME (void *opaque, st_sample_t *ibuf, st_sample_t *obuf, int *isamp, int *osamp) { - rate_t rate = (rate_t) opaque; + struct rate *rate = opaque; st_sample_t *istart, *iend; st_sample_t *ostart, *oend; st_sample_t ilast, icur, out; |