Merge branch 'refs/heads/t/play_fix'
[paraslash.git] / fecdec_filter.c
index b8e130d4ed124ad67fb6550073e3122be7a346be..0909007a48a1b6962f17a0754724b75c0d2e3e37 100644 (file)
@@ -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 = container_of(t, struct filter_node, task);
+       struct filter_node *fn = context;
        struct btr_node *btrn = fn->btrn;
        int ret;
        struct fec_header h;