From a47dada20cbe1075b89f14337c73eb9059a5e7a2 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Tue, 30 Mar 2010 01:49:30 +0000 Subject: Removed the non-normative comment about 4kB pages. The observation of typical behavior isn't especially useful here, and at least one person has interpreted the comment to imply some kind of limit. Replace the text with something less likely to be construed as a limit. git-svn-id: http://svn.xiph.org/trunk/ogg@17099 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- doc/libogg/ogg_page.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/libogg/ogg_page.html b/doc/libogg/ogg_page.html index e7867c6..e87eda0 100644 --- a/doc/libogg/ogg_page.html +++ b/doc/libogg/ogg_page.html @@ -24,8 +24,9 @@ Ogg pages are the fundamental unit of framing and interleave in an ogg bitstream They are made up of packet segments of 255 bytes each. There can be as many as 255 packet segments per page, for a maximum page size of a little under 64 kB. This is not a practical limitation as the segments can be joined across -page boundaries allowing packets of arbitrary size. In practice pages are -usually around 4 kB. +page boundaries allowing packets of arbitrary size. In practice many +applications will not completely fill all pages because they flush the +accumulated packets periodically order to bound latency more tightly.

For a complete description of ogg pages and headers, please refer to the framing document. -- cgit v1.2.1