From: Andre Noll Date: Tue, 13 Mar 2007 23:53:40 +0000 (+0100) Subject: mp3_afh.c: More documentation updates X-Git-Tag: v0.2.16~17 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=84eb03d39ba8ff9bd71d6d903e9929f1790dae6a;p=paraslash.git mp3_afh.c: More documentation updates --- diff --git a/mp3_afh.c b/mp3_afh.c index c49d9bcb..ffabfe4e 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -228,13 +228,11 @@ out: return ret; } -/** +/* * find the next mp3 header * - * On success, the length of the next frame header is returned. If the end of - * the file was reached, the function returns zero. On errors, a negative value - * is returned. - * + * Return the length of the next frame header or zero if the end of the file is + * reached. */ static int mp3_seek_next_header(unsigned char *map, off_t numbytes, off_t *fpos) {