X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oggdec_filter.c;h=1eaa79300f5f70a9310ca17d7c52e5ba38e76a5b;hp=b30abaa1f13cd14f2a019fd8aea862c43e1c4790;hb=d2c65fd068a5c2e7cde52bd06e1eadc7e7e37364;hpb=74c88020bd325865fe26ed25ea8ad0ace0924136 diff --git a/oggdec_filter.c b/oggdec_filter.c index b30abaa1..1eaa7930 100644 --- a/oggdec_filter.c +++ b/oggdec_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -272,6 +272,6 @@ void oggdec_filter_init(struct filter *f) f->open = ogg_open; f->close = ogg_close; f->pre_select = ogg_pre_select; - f->new_post_select = ogg_post_select; + f->post_select = ogg_post_select; f->execute = oggdec_execute; }