]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - resample_filter.c
sched: Rename new_post_select back to post_select.
[paraslash.git] / resample_filter.c
index 383332b2e2d2de9c82f96fe0b81b69a6081a746f..bd8ece91ef13f27b389fa5385ac922784bb7124c 100644 (file)
@@ -306,8 +306,7 @@ void resample_filter_init(struct filter *f)
        f->close = resample_close;
        f->open = resample_open;
        f->pre_select = resample_pre_select;
-       f->new_post_select = resample_post_select;
-       f->post_select = NULL;
+       f->post_select = resample_post_select;
        f->parse_config = resample_parse_config;
        f->free_config = resample_free_config;
        f->execute = resample_execute;