mood: Deduplicate score formula.
[paraslash.git] / spxdec_filter.c
index 3bf547e0ff924fa3e5bcf3129a831dd3eeca5041..9bba042c040c0687eb33f0fc156dbf62f06392c9 100644 (file)
@@ -304,7 +304,6 @@ void spxdec_filter_init(struct filter *f)
        f->open = spxdec_open;
        f->close = speexdec_close;
        f->pre_select = generic_filter_pre_select;
-       f->new_post_select = speexdec_post_select;
-       f->post_select = NULL;
+       f->post_select = speexdec_post_select;
        f->execute = speexdec_execute;
 }