]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - oggdec_filter.c
Introduce btr_node_status() and add btr support to the file writer.
[paraslash.git] / oggdec_filter.c
index ccc42559eceef7eb81c2fea1bd4d80c99b183eb7..34a04dbce0d30bef8bec35521900c10e2751d6aa 100644 (file)
@@ -191,11 +191,12 @@ static void ogg_post_select(__a_unused struct sched *s, struct task *t)
        char *in;
 
        t->error = 0;
-       ret = prepare_filter_node(fn);
+       ret = btr_node_status(btrn, fn->min_iqs);
        if (ret < 0)
                goto err;
        if (ret == 0)
                return;
+       btr_merge(btrn, fn->min_iqs);
        len = btr_next_buffer(btrn, &in);
        iqs = btr_get_input_queue_size(btrn);
        if (!pod->vf) {