gst-libs/gst/resample/resample.c: Remove use of static temporary buffer. This code...
authorDavid Schleef <ds@schleef.org>
Wed, 19 May 2004 06:14:05 +0000 (06:14 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 19 May 2004 06:14:05 +0000 (06:14 +0000)
commit10052f2f01ee9eee607bc9ba23e046a811601bda
tree628137ae8f61fa0622be69ee4b6a0823ec247d3d
parentb643c97c9c72339f75951eef96e59b282b4f3d62
gst-libs/gst/resample/resample.c: Remove use of static temporary buffer.  This code was obviously not supposed to las...

Original commit message from CVS:
* gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
(gst_resample_sinc_ft_float): Remove use of static temporary
buffer.  This code was obviously not supposed to last long, but
it's stuck in our ABI, so it required a little hack to make it
ABI-compatible.  Fixes #142585.
* gst-libs/gst/resample/resample.h: same.
ChangeLog