X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3dec_filter.c;h=feaa1d1f03f9a9a4bd4b0d6f1984219b480099ad;hp=b6e6e3620dd80bc6748adc068def70db09359956;hb=00cedf20a69178ac3ec3e43035a2d54868f1bc6d;hpb=74c88020bd325865fe26ed25ea8ad0ace0924136 diff --git a/mp3dec_filter.c b/mp3dec_filter.c index b6e6e362..feaa1d1f 100644 --- a/mp3dec_filter.c +++ b/mp3dec_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. */ @@ -219,10 +219,7 @@ void mp3dec_filter_init(struct filter *f) f->parse_config = mp3dec_parse_config; f->free_config = mp3dec_free_config; f->pre_select = generic_filter_pre_select; - f->new_post_select = mp3dec_post_select; + f->post_select = mp3dec_post_select; f->execute = mp3dec_execute; - f->help = (struct ggo_help) { - .short_help = mp3dec_filter_args_info_help, - .detailed_help = mp3dec_filter_args_info_detailed_help - }; + f->help = (struct ggo_help)DEFINE_GGO_HELP(mp3dec_filter); }