X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=spxdec_filter.c;h=72ecd62a8d9c11460e6962689f52446e3b43ccb7;hp=3bf547e0ff924fa3e5bcf3129a831dd3eeca5041;hb=d1e6b28f66e243516d01916f9125baee75dd98d6;hpb=03e915eacaec02c700dd17254310cb61d0c80a59 diff --git a/spxdec_filter.c b/spxdec_filter.c index 3bf547e0..72ecd62a 100644 --- a/spxdec_filter.c +++ b/spxdec_filter.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2006 Jean-Marc Valin - * Copyright (C) 2010-2013 Andre Noll + * Copyright (C) 2010-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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; }