}
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,
/**
* the init function of the mp3 audio format handler
*
- * \param p pointer to the struct to initialize
+ * \param afh pointer to the struct to initialize
*/
void mp3_init(struct audio_format_handler *afh)
{
/**
* the init function of the ogg vorbis audio format handler
*
- * \param p pointer to the struct to initialize
+ * \param afh pointer to the struct to initialize
*/
void ogg_init(struct audio_format_handler *afh)
{