X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=oggdec_filter.c;h=4b6232b97840f5a66fe5e7ed07f8c8bb79b4a898;hb=5496ca9d07ede9aaa3afd86b60cdf16ed8ccca2b;hp=956af85223a1e101fd9b290d84487fc74acae46a;hpb=aa234b7afe223879a7bd7274ce05a3a315a2ec49;p=paraslash.git diff --git a/oggdec_filter.c b/oggdec_filter.c index 956af852..4b6232b9 100644 --- a/oggdec_filter.c +++ b/oggdec_filter.c @@ -191,7 +191,7 @@ static void ogg_post_select(__a_unused struct sched *s, struct task *t) char *in; t->error = 0; - ret = btr_node_status(btrn, fn->min_iqs); + ret = btr_node_status(btrn, fn->min_iqs, BTR_NT_INTERNAL); if (ret < 0) goto err; if (ret == 0)