X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mp3_afh.c;h=a63e2e861b27e0f5ae0582037dcc862e804ca0f0;hb=65486c00c32defa2dab0a3166689d0b508ec806a;hp=d38e435942843508760e2b5ced1d2c05840efc39;hpb=c839ef92e35d5604748aa4674b400156ff7baced;p=paraslash.git diff --git a/mp3_afh.c b/mp3_afh.c index d38e4359..a63e2e86 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2006 Andre Noll + * Copyright (C) 2003-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 @@ -30,7 +30,7 @@ #include "server.cmdline.h" #include "server.h" -#include "afs.h" +#include "vss.h" #include "afh.h" #include "error.h" #include "fd.h" @@ -483,6 +483,12 @@ static void mp3_close_audio_file(void) } static const char* mp3_suffixes[] = {"mp3", NULL}; + +/** + * the init function of the mp3 audio format handler + * + * \param p pointer to the struct to initialize + */ void mp3_init(struct audio_format_handler *p) { af = p;