resampler: Moved speex_is_fixed_point() to speex.c

IMHO code that calls into speex belongs in speex.c, not in resampler.c.

Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com>
This commit is contained in:
Alexander E. Patrakov 2014-08-17 14:53:07 +06:00 committed by Tanu Kaskinen
parent 72103e1e33
commit ee658fa074
3 changed files with 37 additions and 40 deletions

View file

@ -166,4 +166,7 @@ int pa_resampler_peaks_init(pa_resampler *r);
int pa_resampler_speex_init(pa_resampler *r);
int pa_resampler_trivial_init(pa_resampler*r);
/* Resampler-specific quirks */
bool pa_speex_is_fixed_point(void);
#endif