summaryrefslogtreecommitdiff
path: root/gst/audioresample/resample.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/audioresample/resample.c')
-rw-r--r--gst/audioresample/resample.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/audioresample/resample.c b/gst/audioresample/resample.c
index 2cfd5442e..7d42f0e0f 100644
--- a/gst/audioresample/resample.c
+++ b/gst/audioresample/resample.c
@@ -1311,6 +1311,12 @@ speex_resampler_get_output_latency (SpeexResamplerState * st)
}
EXPORT int
+speex_resampler_get_filt_len (SpeexResamplerState * st)
+{
+ return st->filt_len;
+}
+
+EXPORT int
speex_resampler_skip_zeros (SpeexResamplerState * st)
{
spx_uint32_t i;