X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wmadec_filter.c;h=188b0a416cf9ad587b5de922a2b7912c1101ece0;hp=fdca2814d76a44db720752e2c99d10d9df7bbe5c;hb=48526d334573c65ca6f89f4282b67ebffa6429e0;hpb=d15d8509bcb56d6a40f2709c28cc6c9cc1f6739a diff --git a/wmadec_filter.c b/wmadec_filter.c index fdca2814..188b0a41 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -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;