]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aac_afh.c
fix doxygen comment of the init functions of all audio format handlers.
[paraslash.git] / aac_afh.c
index 3129824dbe0f721ebbe2566f06dcfca3c0f9b934..20f142733a1bbb1a46c27c96706614d1efe9c775 100644 (file)
--- a/aac_afh.c
+++ b/aac_afh.c
@@ -179,7 +179,11 @@ out:
 }
 
 static const char* aac_suffixes[] = {"m4a", "mp4", NULL};
-/** the init function of the aac audio format handler */
+/**
+ * the init function of the aac audio format handler
+ *
+ * \param afh pointer to the struct to initialize
+ */
 void aac_afh_init(struct audio_format_handler *afh)
 {
        afh->get_file_info = aac_get_file_info,