From 0885a354f9c48e2cbcc022b1b36a3485b706f495 Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 26 Apr 2010 07:26:57 +0000 Subject: Doc tweaks; clarify/make more consistent the Index reasoning. git-svn-id: http://svn.xiph.org/trunk/ogg@17175 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- doc/oggstream.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'doc/oggstream.html') diff --git a/doc/oggstream.html b/doc/oggstream.html index bb8d176..71bbce7 100644 --- a/doc/oggstream.html +++ b/doc/oggstream.html @@ -206,14 +206,9 @@ is tolerant of gross corruption. Seek operations are neither 'fuzzy' nor heuristic.

Seeking without use of an index is a major point of the Ogg -design. There are several reasons why Ogg forgoes an index: +design. There two primary reasons why Ogg transport forgoes an index: -

+ + +

In addition, it must be possible to create an Ogg stream in a +single pass. Although an optional index can simply be tacked on the +end of the created stream, some software groups object to +end-positioned indexes and claim to be unwilling to support indexes +not located at the stream beginning. + +

All this said, it's become clear that an optional index is a +demanded feature. For this reason, the OggSkeleton now defines a +proposed index.

Simple multiplexing

-- cgit v1.2.1