summaryrefslogtreecommitdiff
path: root/doc/libogg/ogg_stream_pageout_fill.html
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2011-08-04 18:10:01 +0000
committerRalph Giles <giles@xiph.org>2011-08-04 18:10:01 +0000
commitf2f934432697fbc92a79f84f72feba681897e302 (patch)
tree58a0b639ba9fd8d116da711f3db8c303573d39fa /doc/libogg/ogg_stream_pageout_fill.html
parentedb31b1ba8e25d19e6e49d2999eb2e3a6a91c5d0 (diff)
downloadogg-git-f2f934432697fbc92a79f84f72feba681897e302.tar.gz
Improve documentation of ogg_stream_flush_fill and related calls.
svn path=/trunk/ogg/; revision=18053
Diffstat (limited to 'doc/libogg/ogg_stream_pageout_fill.html')
-rw-r--r--doc/libogg/ogg_stream_pageout_fill.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/libogg/ogg_stream_pageout_fill.html b/doc/libogg/ogg_stream_pageout_fill.html
index 13bd6ab..d005999 100644
--- a/doc/libogg/ogg_stream_pageout_fill.html
+++ b/doc/libogg/ogg_stream_pageout_fill.html
@@ -33,8 +33,9 @@ are no more pages ready for output.</p>
been accumulated and accumulated packet data meets or exceeds the
specified number of bytes, <b>and/or</b> when the accumulated packet
data meets/exceeds the maximum page size regardless of accumulated
-packet
-count. Call <a href="ogg_stream_flush.html">ogg_stream_flush()</a> if
+packet count.
+Call <a href="ogg_stream_flush.html">ogg_stream_flush()</a> or
+<a href="ogg_stream_flush_fill.html">ogg_stream_flush_fill()</a> if
immediate page generation is desired regardless of accumulated data.</p>
<br><br>