X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opusdec_filter.c;h=9022fbab63e0c3e2626528bcfa752ff6fde8faa3;hp=c3b405cc338df6666342e863aa3a0ac053ea8500;hb=72e9bdf7c5c09ca4c20cad56c68a9a155cceff43;hpb=3c12dafcba31763652ad6e58f1a6a3da88a74a1a;ds=sidebyside diff --git a/opusdec_filter.c b/opusdec_filter.c index c3b405cc..9022fbab 100644 --- a/opusdec_filter.c +++ b/opusdec_filter.c @@ -2,7 +2,7 @@ * Copyright (c) 2002-2007 Jean-Marc Valin * Copyright (c) 2008 CSIRO * Copyright (c) 2007-2012 Xiph.Org Foundation - * Copyright (C) 2012-2013 Andre Noll + * Copyright (C) 2012-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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);