Re: [PATCH 1/3] Resampler buffer_size is always 160, drop FIXED_POINT #ifdef
Tristan Matthews <[email protected]> Tue, 15 Apr 2014 15:42:43 -0400
| Newsgroups | gmane.comp.audio.compression.speex.devel |
|---|---|
| Message-ID | <CAN8HRDk=C0r0NtMTwRxi_O-3zT_i1e4we1OaGkoH6fKSXvJScg@mail.gmail.com> |
On Tue, Apr 15, 2014 at 12:33 PM, Peter Meerwald <[email protected]> wrote: > Signed-off-by: Peter Meerwald <[email protected]> > --- > libspeexdsp/resample.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/libspeexdsp/resample.c b/libspeexdsp/resample.c > index 7121445..e32ca45 100644 > --- a/libspeexdsp/resample.c > +++ b/libspeexdsp/resample.c > @@ -755,11 +755,7 @@ EXPORT SpeexResamplerState > *speex_resampler_init_frac(spx_uint32_t nb_channels, > st->in_stride = 1; > st->out_stride = 1; > > -#ifdef FIXED_POINT > - st->buffer_size = 160; > -#else > st->buffer_size = 160; > -#endif > LGTM. _______________________________________________ Speex-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/speex-dev