From 84eb03d39ba8ff9bd71d6d903e9929f1790dae6a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 14 Mar 2007 00:53:40 +0100 Subject: [PATCH] mp3_afh.c: More documentation updates --- mp3_afh.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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) { -- 2.39.2