X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aacdec_filter.c;h=12de909cb6cecca2a3abc4c027177bc31b91ab5d;hp=3ff90834c62bb75f179e5778ef02f6d23feb0d09;hb=57a04f35f4e97d5f63079620dab3493832a851af;hpb=58864df1c0784c58e421949b67a091fd0a60e140 diff --git a/aacdec_filter.c b/aacdec_filter.c index 3ff90834..12de909c 100644 --- a/aacdec_filter.c +++ b/aacdec_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2013 Andre Noll + * Copyright (C) 2006-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -82,7 +82,7 @@ static void aacdec_close(struct filter_node *fn) static int aacdec_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); struct btr_node *btrn = fn->btrn; struct private_aacdec_data *padd = fn->private_data; int i, ret;