X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=spxdec_filter.c;h=72ecd62a8d9c11460e6962689f52446e3b43ccb7;hp=e9c6df112aa3359c573ce9156e07f1bdad7b1039;hb=77a2aba5465a10dbe3d9fdb4bf306d1546a31ffa;hpb=74c88020bd325865fe26ed25ea8ad0ace0924136 diff --git a/spxdec_filter.c b/spxdec_filter.c index e9c6df11..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,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; }