diff --git a/ext/soundtouch/gstbpmdetect.cc b/ext/soundtouch/gstbpmdetect.cc index 8a5618b445..8d77430361 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; } }