]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - spxdec_filter.c
manual: Add libopus-dev to package list for the impatient.
[paraslash.git] / spxdec_filter.c
index 72ecd62a8d9c11460e6962689f52446e3b43ccb7..8b29007c67e5a7299c52cf8aada7875bef964a48 100644 (file)
@@ -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;