[xiph-commits] r16992 - trunk/ogg/doc
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Fri Mar 19 23:59:29 PDT 2010
Author: xiphmont
Date: 2010-03-19 23:59:29 -0700 (Fri, 19 Mar 2010)
New Revision: 16992
Modified:
trunk/ogg/doc/index.html
trunk/ogg/doc/oggstream.html
Log:
clarify an analogy in demultiplexing
Modified: trunk/ogg/doc/index.html
===================================================================
--- trunk/ogg/doc/index.html 2010-03-20 06:32:37 UTC (rev 16991)
+++ trunk/ogg/doc/index.html 2010-03-20 06:59:29 UTC (rev 16992)
@@ -82,7 +82,7 @@
<ul>
<li><a href="oggstream.html">Ogg bitstream overview</a></li>
-<li><a href="framing.html">Ogg lbitstream framing</a></li>
+<li><a href="framing.html">Ogg bitstream framing</a></li>
<li><a href="ogg-multiplex.html">Ogg multi-stream multiplexing</a></li>
<li><a href="skeleton.html">The Ogg Skeleton Metadata Bitstream</a></li>
</ul>
Modified: trunk/ogg/doc/oggstream.html
===================================================================
--- trunk/ogg/doc/oggstream.html 2010-03-20 06:32:37 UTC (rev 16991)
+++ trunk/ogg/doc/oggstream.html 2010-03-20 06:59:29 UTC (rev 16992)
@@ -202,7 +202,7 @@
altered. Muxing an Ogg AV stream out of separate audio,
video and data streams is akin to shuffling several decks of cards
together into a single deck; the cards themselves remain unchanged.
-Demultiplexing is similarly simple.
+Demultiplexing is similarly simple (as the cards are marked).
<p>The goal of this design is to make the mux/demux operation as
trivial as possible to allow live streaming systems to build and
More information about the commits
mailing list