]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter.c
Switch audiod over to the buffer tree API.
[paraslash.git] / filter.c
index e7fc2cd7c7e70c04e19a83d344c90faee4f24ac4..599aaad97815b67c68464c094866ce4d1bd6e5a4 100644 (file)
--- a/filter.c
+++ b/filter.c
@@ -154,7 +154,7 @@ static int parse_config(int argc, char *argv[])
        return 1;
 }
 
-/* TODO: support more than one filter, actually parse options */
+/* TODO: support buffer tree, not just a chain. */
 static int __noreturn main_btr(void)
 {
        static struct sched s;