diff options
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/oggstream.html | 2 |
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 |