X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=wmadec_filter.c;h=562bc2513c94c445805d0639d647e73a39b05506;hb=879e52d49df6d00aa9eafe5cccb48bbd24ed4c81;hp=e4afbb56ab2d82d8d482cf27ec1eb7f96c1e5832;hpb=57a04f35f4e97d5f63079620dab3493832a851af;p=paraslash.git diff --git a/wmadec_filter.c b/wmadec_filter.c index e4afbb56..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 = task_context(t); + struct filter_node *fn = context; int ret, converted, out_size; struct private_wmadec_data *pwd = fn->private_data; struct btr_node *btrn = fn->btrn;