]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - wmadec_filter.c
oggdec: Move init into a separate function.
[paraslash.git] / wmadec_filter.c
index 7c25a74a4358cd76bfcaf88e8a1d8d7e502a75b8..00bdd6eb79b89c984674f4482c0f006ad89c13bb 100644 (file)
@@ -1239,7 +1239,7 @@ static void wmadec_post_select(__a_unused struct sched *s, struct task *t)
 next_buffer:
        converted = 0;
        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)