X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3dec.c;h=401a03c582f418d6590a7fc27007becdfab6d73d;hp=93181ef1421c75879b26156f5ecdbb8103b71f3e;hb=fcbaa47c0cb6e3e45bf1c465180752289bbe8b6b;hpb=ea2d9b85ed4342c3509c1fde2229fe68ac4728cf diff --git a/mp3dec.c b/mp3dec.c index 93181ef1..401a03c5 100644 --- a/mp3dec.c +++ b/mp3dec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2006 Andre Noll + * Copyright (C) 2005-2007 Andre Noll * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -130,6 +130,8 @@ static void mp3dec_open(struct filter_node *fn) /** * the init function of the mp3dec filter * + * \param f pointer to the filter struct to initialize + * * \sa filter::init */ void mp3dec_init(struct filter *f)