summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ogg/ogg_stream_flush.html2
-rw-r--r--doc/ogg/ogg_stream_pageout.html5
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/ogg/ogg_stream_flush.html b/doc/ogg/ogg_stream_flush.html
index ab62190..05d75fb 100644
--- a/doc/ogg/ogg_stream_flush.html
+++ b/doc/ogg/ogg_stream_flush.html
@@ -26,7 +26,7 @@
<tr bgcolor=#cccccc>
<td>
<pre><b>
-int ogg_stream_pageout(<a href="ogg_stream_state.html">ogg_stream_state</a> *os, <a href="ogg_page.html">ogg_page</a> *og);
+int ogg_stream_flush(<a href="ogg_stream_state.html">ogg_stream_state</a> *os, <a href="ogg_page.html">ogg_page</a> *og);
</b></pre>
</td>
</tr>
diff --git a/doc/ogg/ogg_stream_pageout.html b/doc/ogg/ogg_stream_pageout.html
index f552ad3..c703382 100644
--- a/doc/ogg/ogg_stream_pageout.html
+++ b/doc/ogg/ogg_stream_pageout.html
@@ -43,9 +43,8 @@ int ogg_stream_pageout(<a href="ogg_stream_state.html">ogg_stream_state</a> *os,
<h3>Return Values</h3>
<blockquote>
-<li>0 means that there is not enough data yet to form a page.</li>
-<li>
-0 means that the page was successfully submitted to the bitstream.</li>
+<li>Zero means that insufficient data has accumulated to fill a page.</li>
+<li>Non-zero means that a page has been completed and flushed.</li>
</blockquote>
<p>