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:06 +0000 (06:14 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 19 May 2004 06:14:06 +0000 (06:14 +0000)
commita36c95cc072c018073cf1ac69a245394fb0933cc
tree592090b319d91326b7d39e90f6fc9cee1b9be937
parent96becbe402e9d23cdbc928889b35e363bbc6f421
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
gst-libs/gst/resample/resample.c
gst-libs/gst/resample/resample.h