[xiph-commits] r9466 - trunk/ogg/doc
thomasvs at motherfish-iii.xiph.org
thomasvs at motherfish-iii.xiph.org
Sat Jun 18 08:22:15 PDT 2005
Author: thomasvs
Date: 2005-06-18 08:22:11 -0700 (Sat, 18 Jun 2005)
New Revision: 9466
Modified:
trunk/ogg/doc/ogg-multiplex.html
Log:
doc typo fixes combined with a buildbot test
Modified: trunk/ogg/doc/ogg-multiplex.html
===================================================================
--- trunk/ogg/doc/ogg-multiplex.html 2005-06-18 13:31:41 UTC (rev 9465)
+++ trunk/ogg/doc/ogg-multiplex.html 2005-06-18 15:22:11 UTC (rev 9466)
@@ -27,7 +27,7 @@
The Ogg bitstream is intended to encapsulate chronological,
time-linear mixed media into a single delivery stream or file. The
design is such that an application can always encode and/or decode a
-full-featured bitstream in one pass with no seeking an minimal
+full-featured bitstream in one pass with no seeking and minimal
buffering. Seeking to provide optimized encoding (such as two-pass
encoding) or interactive decoding (such as scrubbing or instant
replay) is not disallowed or discouraged, however no bitstream feature
@@ -68,7 +68,7 @@
Seek operations are by absolute time; a direct bisection search must
find the exact time position requested. Information in the Ogg
bitstream is arranged such that all information to be presented for
-playback fromt he desired seek point will occur at or after the
+playback from the desired seek point will occur at or after the
desired seek point. Seek operations are neither 'fuzzy' nor
heuristic.<p>
More information about the commits
mailing list