]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp3_afh.c
ogg_afh.c: chunk_table is an array of type size_t
[paraslash.git] / mp3_afh.c
index d38e435942843508760e2b5ced1d2c05840efc39..a63e2e861b27e0f5ae0582037dcc862e804ca0f0 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2006 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2003-2007 Andre Noll <maan@systemlinux.org>
  *
  *     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;