af_rubberband: actually fix deadlock

371e5d0 missed this one
This commit is contained in:
Martin Herkt 2015-02-12 10:12:29 +01:00
parent 371e5d0665
commit a17ea73636
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ static int filter_out(struct af_instance *af)
{
struct priv *p = af->priv;
while (!rubberband_available(p->rubber)) {
while (rubberband_available(p->rubber) <= 0) {
const float *dummy[MP_NUM_CHANNELS] = {0};
const float **in_data = dummy;
size_t in_samples = 0;