[xiph-cvs] cvs commit: ogg/doc/ogg ogg_packet.html

Ralph Giles giles at xiph.org
Mon Oct 15 02:27:31 PDT 2001



giles       01/10/15 02:27:31

  Modified:    doc/ogg  ogg_packet.html
  Log:
  Michael pointed out the granulepos entries aren't really 'sequential'.

Revision  Changes    Path
1.3       +1 -1      ogg/doc/ogg/ogg_packet.html

Index: ogg_packet.html
===================================================================
RCS file: /usr/local/cvsroot/ogg/doc/ogg/ogg_packet.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ogg_packet.html	2001/10/15 09:12:41	1.2
+++ ogg_packet.html	2001/10/15 09:27:31	1.3
@@ -52,7 +52,7 @@
 <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>

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list