X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=resample_filter.c;h=bd8ece91ef13f27b389fa5385ac922784bb7124c;hp=2055f69c9c85cef70636a5afaab2c63c9b3d9d44;hb=1afc43be9a585ce634de84764f171e4478ec54be;hpb=74c88020bd325865fe26ed25ea8ad0ace0924136 diff --git a/resample_filter.c b/resample_filter.c index 2055f69c..bd8ece91 100644 --- a/resample_filter.c +++ b/resample_filter.c @@ -306,7 +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 = resample_post_select; f->parse_config = resample_parse_config; f->free_config = resample_free_config; f->execute = resample_execute;