summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2010-03-20 06:59:29 +0000
committerMonty <xiphmont@xiph.org>2010-03-20 06:59:29 +0000
commit06642077844f0219c8f8a651fffb39373d40cf9e (patch)
treeca848ecadf501183aeb8d1fac0a64dd31437b72c /doc
parent7f474d66e1a8bbedde54abe3ef2ffcd344b177fe (diff)
downloadogg-06642077844f0219c8f8a651fffb39373d40cf9e.tar.gz
clarify an analogy in demultiplexing
git-svn-id: http://svn.xiph.org/trunk/ogg@16992 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html2
-rw-r--r--doc/oggstream.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index e8bedf8..900ef73 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -82,7 +82,7 @@ li {
<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>
diff --git a/doc/oggstream.html b/doc/oggstream.html
index 08fbca4..29ecd82 100644
--- a/doc/oggstream.html
+++ b/doc/oggstream.html
@@ -202,7 +202,7 @@ multiplexed stream in time order. The multiplexed pages are not
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