]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - spxdec_filter.c
Merge branch 't/test_man'
[paraslash.git] / spxdec_filter.c
index e9c6df112aa3359c573ce9156e07f1bdad7b1039..72ecd62a8d9c11460e6962689f52446e3b43ccb7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2002-2006 Jean-Marc Valin
- * Copyright (C) 2010-2013 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2010-2014 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -304,6 +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 = speexdec_post_select;
        f->execute = speexdec_execute;
 }