X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fecdec_filter.c;h=0909007a48a1b6962f17a0754724b75c0d2e3e37;hb=b0d2b25210ac347ab95dfa176d133f6629f0b123;hp=9d34106db7562b5bc1c6ab419bf955dc15eb9572;hpb=3cc5654fec9db630eac146f8475067228efe51ae;p=paraslash.git diff --git a/fecdec_filter.c b/fecdec_filter.c index 9d34106d..0909007a 100644 --- a/fecdec_filter.c +++ b/fecdec_filter.c @@ -436,9 +436,9 @@ static void fecdec_close(struct filter_node *fn) fn->private_data = NULL; } -static int fecdec_post_select(__a_unused struct sched *s, struct task *t) +static int fecdec_post_select(__a_unused struct sched *s, void *context) { - struct filter_node *fn = task_context(t); + struct filter_node *fn = context; struct btr_node *btrn = fn->btrn; int ret; struct fec_header h;