From 71f9bd00f56aec68423fa026b6d4d3c808bb1ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 16 Feb 2009 16:08:31 +0100 Subject: bpmdetect: Fix accidentally introduced stack overwriting introduced in last commit --- ext/soundtouch/gstbpmdetect.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'ext') diff --git a/ext/soundtouch/gstbpmdetect.cc b/ext/soundtouch/gstbpmdetect.cc index 8a5618b4..8d774303 100644 --- a/ext/soundtouch/gstbpmdetect.cc +++ b/ext/soundtouch/gstbpmdetect.cc @@ -225,7 +225,6 @@ gst_bpm_detect_transform_ip (GstBaseTransform * trans, GstBuffer * in) bpm_detect->priv->detect->inputSamples (intmp, MIN (nsamples, 2048)); nsamples -= 2048; inbuf += 2048 * 2; - intmp += 2048 * 2; } } -- cgit v1.2.1