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
commita1f833eee5fd2f76dd43744a4af34dd472a09383 (patch)
treeca848ecadf501183aeb8d1fac0a64dd31437b72c /doc
parent8528ebe3eabfa97802b62aafce02fde5e21fabd9 (diff)
downloadogg-git-a1f833eee5fd2f76dd43744a4af34dd472a09383.tar.gz
clarify an analogy in demultiplexing
svn path=/trunk/ogg/; revision=16992
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