]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ogg_afh_common.c
ogg_afh: Comment fix.
[paraslash.git] / ogg_afh_common.c
index 6642fed35208564c3b5f131c5be0740cb27a58db..474bbe412d27f997ff01f0bc6b67cad3e8965875 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2004-2011 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -145,7 +145,7 @@ int ogg_get_file_info(char *map, size_t numbytes, struct afh_info *afhi,
                goto out;
        oss.returned = 0;
        oss.fill = numbytes;
-       /* count ogg packages and get duration of the file */
+       /* count ogg pages and get duration of the file */
        for (i = 0; ogg_sync_pageseek(&oss, &op) > 0; i++)
                num_frames = ogg_page_granulepos(&op);
        PARA_INFO_LOG("%d pages, %llu frames\n", i, num_frames);