X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opusdec_filter.c;h=56a39bf0d56e8e0f0836169412a0eeb81cf35c85;hp=c3b405cc338df6666342e863aa3a0ac053ea8500;hb=241a0d21827794701ad5750e078b409d3a42459e;hpb=e6e3a404091110ac770f65dad64e194f5900cd27 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);