]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - wmadec_filter.c
build: Add message to target maintainer-clean.
[paraslash.git] / wmadec_filter.c
index fdca2814d76a44db720752e2c99d10d9df7bbe5c..188b0a416cf9ad587b5de922a2b7912c1101ece0 100644 (file)
@@ -1203,9 +1203,9 @@ static int wmadec_execute(struct btr_node *btrn, const char *cmd, char **result)
 
 #define WMA_OUTPUT_BUFFER_SIZE (128 * 1024)
 
-static int wmadec_post_select(__a_unused struct sched *s, struct task *t)
+static int wmadec_post_select(__a_unused struct sched *s, void *context)
 {
-       struct filter_node *fn = container_of(t, struct filter_node, task);
+       struct filter_node *fn = context;
        int ret, converted, out_size;
        struct private_wmadec_data *pwd = fn->private_data;
        struct btr_node *btrn = fn->btrn;