]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aacdec_filter.c
sched: Kill old ->post_select variant.
[paraslash.git] / aacdec_filter.c
index 9cea898035d77bea71c860a486e6bf609faeffbd..71654bf37513b036331082100d9f0024d2c43c3e 100644 (file)
@@ -219,6 +219,5 @@ void aacdec_filter_init(struct filter *f)
        f->close = aacdec_close;
        f->pre_select = generic_filter_pre_select;
        f->new_post_select = aacdec_post_select;
        f->close = aacdec_close;
        f->pre_select = generic_filter_pre_select;
        f->new_post_select = aacdec_post_select;
-       f->post_select = NULL;
        f->execute = aacdec_execute;
 }
        f->execute = aacdec_execute;
 }