X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3dec_filter.c;h=997cb9842df365318c151ddd9d93236e78bfb449;hp=33c0dfc9f7d5019484a17f97a47064fb75798358;hb=74e29e3e9f53baa879bb2f6d7aaf7448f36686a1;hpb=9d75ded33ce6664156acb07e311f51d55970bbea diff --git a/mp3dec_filter.c b/mp3dec_filter.c index 33c0dfc9..997cb984 100644 --- a/mp3dec_filter.c +++ b/mp3dec_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -79,7 +79,7 @@ static void mp3dec_close(struct filter_node *fn) static int mp3dec_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 i, ret; struct private_mp3dec_data *pmd = fn->private_data; struct btr_node *btrn = fn->btrn;