[xiph-commits] r3682 - standards
silvia at svn.annodex.net
silvia at svn.annodex.net
Mon Aug 4 22:01:44 PDT 2008
Author: silvia
Date: 2008-08-04 22:01:44 -0700 (Mon, 04 Aug 2008)
New Revision: 3682
Modified:
standards/draft-pfeiffer-oggskeleton-current.xml
Log:
make presentationtime unsigned and MUST be >=0
Modified: standards/draft-pfeiffer-oggskeleton-current.xml
===================================================================
--- standards/draft-pfeiffer-oggskeleton-current.xml 2008-08-05 04:56:04 UTC (rev 3681)
+++ standards/draft-pfeiffer-oggskeleton-current.xml 2008-08-05 05:01:44 UTC (rev 3682)
@@ -249,7 +249,7 @@
signifying the minor version number of the skeleton
bitstream. This document specifies the minor version 0.
</t>
- <t>Presentationtime numerator & denominator: 8 Byte signed
+ <t>Presentationtime numerator & denominator: 8 Byte unsigned
integer each.
They represent together the time at which to start
presenting the Ogg physical bitstream given as a rational number.
@@ -260,7 +260,7 @@
newly created physical bitstream presentationtime and basetime are
the same. When remultiplexing a subpart of the stream, this number
MUST be adapted to the requested start time offset of the newly
- created stream. Presentationtime must always be larger or equal to
+ created stream. Presentationtime MUST always be larger or equal to
zero.
</t>
<t>Basetime numerator & denominator: 8 Byte signed integer
More information about the commits
mailing list