summaryrefslogtreecommitdiffstats
path: root/resample.h
diff options
context:
space:
mode:
Diffstat (limited to 'resample.h')
-rw-r--r--resample.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/resample.h b/resample.h
index 4e9fae3..7734f86 100644
--- a/resample.h
+++ b/resample.h
@@ -7,8 +7,8 @@
#include "sydney.h"
#include "speex/speex_resampler.h"
-typedef void (*resample_func_t) (SpeexResamplerState *speex, unsigned channel, void *dst, size_t dstr, const void *src, size_t sstr, size_t in_bytes, size_t *out_bytes);
+typedef void (*sa_resample_func_t) (SpeexResamplerState *speex, unsigned channel, void *dst, size_t dstr, const void *src, size_t sstr, size_t in_bytes, size_t *out_bytes);
-resample_func_t get_resample_func(sa_pcm_format_t f);
+sa_resample_func_t sa_get_resample_func(sa_pcm_format_t f);
#endif