X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.h;h=39cec9ba03f4cbee46497b43fda7bdebc7b63dbb;hp=2a75b1864dd49348a50087c5aa7e4aa1e6edb453;hb=d9e608504d9d0e71380907559546e211c4f0ce55;hpb=e9caff38b33b06cf0bc90802539bffd13bfe07bc diff --git a/filter.h b/filter.h index 2a75b186..39cec9ba 100644 --- a/filter.h +++ b/filter.h @@ -4,7 +4,7 @@ * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file filter.h Filter-related structures and exported symbols from filter_chain.c. */ +/** \file filter.h Filter-related structures and exported symbols from filter_common.c. */ /** The list of supported filters. */ enum filter_enum {FILTER_ENUM}; @@ -143,7 +143,7 @@ struct filter_callback { * Note: As several instances of the same filter may be running at the same * time, all these filter functions must be reentrant; no static non-constant * variables may be used. - * \sa mp3dec.c, oggdec.c, wav.c, compress.c, filter_node + * \sa mp3dec_filter.c, oggdec_filter.c, wav_filter.c, compress_filter.c, filter_node */ struct filter { /** The name of the filter. */