]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - stdin.c
Add btr support to the oggdec filter.
[paraslash.git] / stdin.c
diff --git a/stdin.c b/stdin.c
index 836369992f01b7f7a62c1b33c5674a13ba6ee89c..d978ee9a23cc7fe6f47eab17e7f46ac78032ceaf 100644 (file)
--- a/stdin.c
+++ b/stdin.c
@@ -52,7 +52,7 @@ static void stdin_pre_select_btr(struct sched *s, struct task *t)
 {
        struct stdin_task *sit = container_of(t, struct stdin_task, task);
 
-       if (btr_no_children(sit->btrn)) {
+       if (btr_no_children(sit->btrn)) { /* TODO: defer node deletion to post select */
                t->error = -E_STDIN_NO_CHILD;
                btr_del_node(sit->btrn);
                sit->btrn = NULL;