diff options
Diffstat (limited to 'src/pcm_resample_internal.h')
-rw-r--r-- | src/pcm_resample_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pcm_resample_internal.h b/src/pcm_resample_internal.h index 37aae96ef..d8e0ba5a1 100644 --- a/src/pcm_resample_internal.h +++ b/src/pcm_resample_internal.h @@ -32,6 +32,9 @@ #ifdef HAVE_LIBSAMPLERATE +bool +pcm_resample_lsr_global_init(const char *converter, GError **error_r); + void pcm_resample_lsr_deinit(struct pcm_resample_state *state); |