X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=spxdec_filter.c;h=8b29007c67e5a7299c52cf8aada7875bef964a48;hp=72ecd62a8d9c11460e6962689f52446e3b43ccb7;hb=0e054b2c4339694951b20b93e0c189037c796ef2;hpb=bfdd36f2879b8dee1f6d3330bc49fbb5644d3caf diff --git a/spxdec_filter.c b/spxdec_filter.c index 72ecd62a..8b29007c 100644 --- a/spxdec_filter.c +++ b/spxdec_filter.c @@ -238,9 +238,9 @@ static int compute_skip_samples(ogg_page *og, struct private_spxdec_data *psd) return ret; } -static int speexdec_post_select(__a_unused struct sched *s, struct task *t) +static int speexdec_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 private_spxdec_data *psd = fn->private_data; struct btr_node *btrn = fn->btrn; int ret, ns;