diff options
Diffstat (limited to 'Alc/mixer/mixer_c.c')
-rw-r--r-- | Alc/mixer/mixer_c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/mixer/mixer_c.c b/Alc/mixer/mixer_c.c index e40c2cad..ee667671 100644 --- a/Alc/mixer/mixer_c.c +++ b/Alc/mixer/mixer_c.c @@ -65,6 +65,8 @@ const ALfloat *Resample_bsinc_C(const InterpState *state, const ALfloat *restric ALsizei j_f, pi, i; ALfloat pf, r; + ASSUME(m > 0); + src += state->bsinc.l; for(i = 0;i < dstlen;i++) { |