diff options
Diffstat (limited to 'gst/speexresample/gstspeexresample.h')
-rw-r--r-- | gst/speexresample/gstspeexresample.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/speexresample/gstspeexresample.h b/gst/speexresample/gstspeexresample.h index 25be5ca9..1cf2196c 100644 --- a/gst/speexresample/gstspeexresample.h +++ b/gst/speexresample/gstspeexresample.h @@ -69,6 +69,12 @@ struct _GstSpeexResample { gint width; gboolean fp; + guint8 *tmp_in; + guint tmp_in_size; + + guint8 *tmp_out; + guint tmp_out_size; + SpeexResamplerState *state; const SpeexResampleFuncs *funcs; }; |