summaryrefslogtreecommitdiff
path: root/doc/libogg/ogg_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libogg/ogg_page.html')
-rw-r--r--doc/libogg/ogg_page.html5
1 files changed, 3 insertions, 2 deletions
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.
<p>
<p>For a complete description of ogg pages and headers, please refer to the <a href="../framing.html">framing document</a>.