]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
mp3_afh.c: More documentation updates
authorAndre Noll <maan@systemlinux.org>
Tue, 13 Mar 2007 23:53:40 +0000 (00:53 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 13 Mar 2007 23:53:40 +0000 (00:53 +0100)
mp3_afh.c

index c49d9bcb1246b4be79f6959d88cfd592708a2b01..ffabfe4eb1479b0d57849ddbae65a583d5013760 100644 (file)
--- 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)
 {