mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-03-13 05:33:50 -04:00
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:
parent
72103e1e33
commit
ee658fa074
3 changed files with 37 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue