summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2001-10-15 09:27:31 +0000
committerRalph Giles <giles@xiph.org>2001-10-15 09:27:31 +0000
commit096d07c53d30a2b87b0c324e2e70cc2b5982ffb0 (patch)
tree59ea781db7090352cb0e86430e8a0b722645941f /doc
parentd86261c44ff9b4e84ed56c3bc1f344c7e7506b1f (diff)
downloadogg-096d07c53d30a2b87b0c324e2e70cc2b5982ffb0.tar.gz
Michael pointed out the granulepos entries aren't really 'sequential'.
git-svn-id: http://svn.xiph.org/trunk/ogg@2145 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'doc')
-rw-r--r--doc/ogg/ogg_packet.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ogg/ogg_packet.html b/doc/ogg/ogg_packet.html
index c9324ef..0dab54e 100644
--- a/doc/ogg/ogg_packet.html
+++ b/doc/ogg/ogg_packet.html
@@ -52,7 +52,7 @@ typedef struct {
<dt><i>e_o_s</i></dt>
<dd>Flag indicating whether this packet ends a bitstream. <tt>1</tt> indicates the last packet, <tt>0</tt> indicates any other position in the stream.</dd>
<dt><i>granulepos</i></dt>
-<dd>Sequential number indicating the position of this packet in the decoded data. This is the last sample, frame or other unit of information ('granule') that can be completely decoded from this packet.</dd>
+<dd>A number indicating the position of this packet in the decoded data. This is the last sample, frame or other unit of information ('granule') that can be completely decoded from this packet.</dd>
<dt><i>packetno</i></dt>
<dd>Sequential number of this packet in the ogg bitstream.<dd>
</dl>