X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=wmadec_filter.c;h=562bc2513c94c445805d0639d647e73a39b05506;hb=879e52d49df6d00aa9eafe5cccb48bbd24ed4c81;hp=0071337f38427cc98f341404a6819ee683352ecc;hpb=56df9bb38aa4725f9244a7898d765608d8a1fffa;p=paraslash.git diff --git a/wmadec_filter.c b/wmadec_filter.c index 0071337f..562bc251 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -1213,9 +1213,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;