summaryrefslogtreecommitdiff
path: root/doc/libogg/ogg_sync_pageout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libogg/ogg_sync_pageout.html')
-rw-r--r--doc/libogg/ogg_sync_pageout.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/libogg/ogg_sync_pageout.html b/doc/libogg/ogg_sync_pageout.html
index 26a1ab1..c42fe30 100644
--- a/doc/libogg/ogg_sync_pageout.html
+++ b/doc/libogg/ogg_sync_pageout.html
@@ -44,11 +44,9 @@ int ogg_sync_pageout(<a href="ogg_sync_state.html">ogg_sync_state</a> *oy, <a hr
<h3>Return Values</h3>
<blockquote>
-<li>-1 if we were not properly synced and had to skip some bytes.</li>
-<li>
-0 if we need more data to verify a page.</li>
-<li>
-1 if we have a page.</li>
+<li>-1 returned if stream has not yet captured sync (bytes were skipped).</li>
+<li>0 returned if more data needed or an internal error occurred.</li>
+<li>1 indicated a page was synced and returned.</li>
</blockquote>
<p>