X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mp3_afh.c;h=a63e2e861b27e0f5ae0582037dcc862e804ca0f0;hb=50c9de2ed8746a83002f51e74eae7b0378e1785e;hp=530f36ff1a91921cf32ea2dbe9e1dd39e73c80b1;hpb=dc4030458f9af07d5719cfbff0a47cd16f1847f7;p=paraslash.git diff --git a/mp3_afh.c b/mp3_afh.c index 530f36ff..a63e2e86 100644 --- 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;