X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=spxdec_filter.c;h=a1ff3ddb018011eadffc3b6b0975334e33b52dab;hb=69a294cd641c623db61f46ee86901845789a1c7b;hp=9bba042c040c0687eb33f0fc156dbf62f06392c9;hpb=650e5374914c1eb725ce7d2a720611bec22112bc;p=paraslash.git diff --git a/spxdec_filter.c b/spxdec_filter.c index 9bba042c..a1ff3ddb 100644 --- a/spxdec_filter.c +++ b/spxdec_filter.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2006 Jean-Marc Valin - * Copyright (C) 2010-2013 Andre Noll + * Copyright (C) 2010-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -240,7 +240,7 @@ static int compute_skip_samples(ogg_page *og, struct private_spxdec_data *psd) static int speexdec_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 private_spxdec_data *psd = fn->private_data; struct btr_node *btrn = fn->btrn; int ret, ns;