]> 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 530f36ff1a91921cf32ea2dbe9e1dd39e73c80b1..a63e2e861b27e0f5ae0582037dcc862e804ca0f0 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -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;