X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=opusdec_filter.c;h=56a39bf0d56e8e0f0836169412a0eeb81cf35c85;hb=241a0d21827794701ad5750e078b409d3a42459e;hp=c3b405cc338df6666342e863aa3a0ac053ea8500;hpb=14c16b653919e96f75566a7936223af2ebc5f2f3;p=paraslash.git diff --git a/opusdec_filter.c b/opusdec_filter.c index c3b405cc..56a39bf0 100644 --- a/opusdec_filter.c +++ b/opusdec_filter.c @@ -277,7 +277,7 @@ static void opusdec_pre_select(struct sched *s, struct task *t) if (ret != 0) return sched_min_delay(s); - if (ctx->have_more) + if (!ctx->have_more) return; if (btr_get_output_queue_size(fn->btrn) <= OPUSDEC_MAX_OUTPUT_SIZE) return sched_min_delay(s);