[xiph-commits] r15595 - trunk/ogg/doc

giles at svn.xiph.org giles at svn.xiph.org
Tue Dec 30 10:28:04 PST 2008


Author: giles
Date: 2008-12-30 10:28:03 -0800 (Tue, 30 Dec 2008)
New Revision: 15595

Modified:
   trunk/ogg/doc/ogg-multiplex.html
Log:
Monotonicity of time ordering cannot be 'strict' as this equal times are 
possible. Use the more obvious term 'non-decreasing' for clarity.


Modified: trunk/ogg/doc/ogg-multiplex.html
===================================================================
--- trunk/ogg/doc/ogg-multiplex.html	2008-12-30 17:44:58 UTC (rev 15594)
+++ trunk/ogg/doc/ogg-multiplex.html	2008-12-30 18:28:03 UTC (rev 15595)
@@ -104,8 +104,8 @@
 landmark within the stream. After the pages representing stream
 headers (all logical stream headers occur at the beginning of a
 physical bitstream section before any logical stream data), logical
-stream data pages are arranged in a physical bitstream in strict, 
-monotonically increasing order of chronological absolute time as 
+stream data pages are arranged in a physical bitstream in strict 
+non-decreasing order by chronological absolute time as 
 specified by the granule position.</p>
 
 <p>The only exception to arranging pages in strictly ascending time order



More information about the commits mailing list