X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=oggdec_filter.c;h=2f52d4d43b759765cc786fab0930e3b0fd91dc45;hb=694d9ae83695e54ffbb51acb1db0496c4281f4b4;hp=f14d97c13dec8c2c3fe6660aadb5d7b6d3d2c328;hpb=59df964251d4e6b71b4ce6d02fdbb6e11643acab;p=paraslash.git diff --git a/oggdec_filter.c b/oggdec_filter.c index f14d97c1..2f52d4d4 100644 --- a/oggdec_filter.c +++ b/oggdec_filter.c @@ -243,7 +243,7 @@ static void ogg_post_select(__a_unused struct sched *s, struct task *t) if (read_ret < 0) goto out; btr_add_output(out, read_ret, btrn); - if (btr_node_status(btrn, fn->min_iqs, BTR_NT_INTERNAL) == 0) + if (btr_get_output_queue_size(btrn) > 640 * 1024) return; /* enough data for the moment */ } out: