From d99be889bd865f5cdb6a177d50c406448b2be628 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 17 Jan 2011 08:18:36 +0100 Subject: [PATCH] ogg_afh: Comment fix. We are counting ogg pages, not ogg packets. --- ogg_afh_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogg_afh_common.c b/ogg_afh_common.c index 1deb5cda..474bbe41 100644 --- a/ogg_afh_common.c +++ b/ogg_afh_common.c @@ -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); -- 2.39.2