X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=wmadec_filter.c;h=e4afbb56ab2d82d8d482cf27ec1eb7f96c1e5832;hb=c52b8398d68a87d8fac858f6681dee5f0b09289d;hp=0071337f38427cc98f341404a6819ee683352ecc;hpb=72e9bdf7c5c09ca4c20cad56c68a9a155cceff43;p=paraslash.git diff --git a/wmadec_filter.c b/wmadec_filter.c index 0071337f..e4afbb56 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -1215,7 +1215,7 @@ static int wmadec_execute(struct btr_node *btrn, const char *cmd, char **result) static int wmadec_post_select(__a_unused struct sched *s, struct task *t) { - struct filter_node *fn = container_of(t, struct filter_node, task); + struct filter_node *fn = task_context(t); int ret, converted, out_size; struct private_wmadec_data *pwd = fn->private_data; struct btr_node *btrn = fn->btrn;