X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opusdec_filter.c;h=9022fbab63e0c3e2626528bcfa752ff6fde8faa3;hp=d7489859556d111e12fc20c43785c517c033b144;hb=72e9bdf7c5c09ca4c20cad56c68a9a155cceff43;hpb=ac138515387dfbad7bf2d7fd3f81d00360b8438f;ds=inline diff --git a/opusdec_filter.c b/opusdec_filter.c index d7489859..9022fbab 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);