summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2002-09-29 07:10:37 +0000
committerRalph Giles <giles@xiph.org>2002-09-29 07:10:37 +0000
commite1fe1cacb3ff8d9cd9ce7310ac9bf971121532df (patch)
tree1614578dc37ef5eb701996380aa9dcd35b092c77 /doc
parent73ec1d6aef0516be807c4e27c5c0afa53289829f (diff)
downloadogg-git-e1fe1cacb3ff8d9cd9ce7310ac9bf971121532df.tar.gz
fix documentation errors. thanks to David K. Gasaway for pointing out the problem.
svn path=/trunk/ogg/; revision=3964
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>