[xiph-commits] r10800 - experimental/giles/rogg

giles at svn.xiph.org giles at svn.xiph.org
Sun Feb 12 00:15:48 PST 2006


Author: giles
Date: 2006-02-12 00:15:47 -0800 (Sun, 12 Feb 2006)
New Revision: 10800

Modified:
   experimental/giles/rogg/rogg_pagedump.c
Log:
Clarify that the last field is granulepos.


Modified: experimental/giles/rogg/rogg_pagedump.c
===================================================================
--- experimental/giles/rogg/rogg_pagedump.c	2006-02-11 17:29:04 UTC (rev 10799)
+++ experimental/giles/rogg/rogg_pagedump.c	2006-02-12 08:15:47 UTC (rev 10800)
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2005 Xiph.org Foundation
+   Copyright (C) 2005-2006 Xiph.org Foundation
 
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
@@ -49,7 +49,7 @@
   fprintf(out, " Ogg page serial %08x seq %d (%5d bytes)",
 	header->serialno, header->sequenceno, header->length);
   fprintf(out, (header->continued) ? " c" : "  ");
-  fprintf(out, " %lld", header->granulepos);
+  fprintf(out, " granule %lld", header->granulepos);
   fprintf(out, (header->bos) ? " bos" : "");
   fprintf(out, (header->eos) ? " eos" : "");
   fprintf(out, "\n");



More information about the commits mailing list