summaryrefslogtreecommitdiff
path: root/doc/libogg/ogg_sync_pageseek.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libogg/ogg_sync_pageseek.html')
-rw-r--r--doc/libogg/ogg_sync_pageseek.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libogg/ogg_sync_pageseek.html b/doc/libogg/ogg_sync_pageseek.html
index 4c09b33..6414c22 100644
--- a/doc/libogg/ogg_sync_pageseek.html
+++ b/doc/libogg/ogg_sync_pageseek.html
@@ -44,7 +44,7 @@ int ogg_sync_pageseek(<a href="ogg_sync_state.html">ogg_sync_state</a> *oy, <a h
<blockquote>
<li>-n means that we skipped n bytes within the bitstream.</li>
<li>
-0 means that the page isn't ready and we need more data. No bytes have been skipped.</li>
+0 means that the page isn't ready and we need more data, or than an internal error occurred. No bytes have been skipped.</li>
<li>
n means that the page was synced at the current location, with a page length of n bytes.
</blockquote>