summaryrefslogtreecommitdiff
path: root/doc/libogg/ogg_stream_flush.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libogg/ogg_stream_flush.html')
-rw-r--r--doc/libogg/ogg_stream_flush.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libogg/ogg_stream_flush.html b/doc/libogg/ogg_stream_flush.html
index 73e4e40..db5380a 100644
--- a/doc/libogg/ogg_stream_flush.html
+++ b/doc/libogg/ogg_stream_flush.html
@@ -43,7 +43,7 @@ int ogg_stream_flush(<a href="ogg_stream_state.html">ogg_stream_state</a> *os, <
<h3>Return Values</h3>
<blockquote>
-<li>0 means that all packet data has already been flushed into pages, and there are no packets to put into the page.</li>
+<li>0 means that all packet data has already been flushed into pages, and there are no packets to put into the page. 0 is also returned in the case of an <a href="ogg_stream_state.html">ogg_stream_state</a> that has been cleared explicitly or implicitly due to an internal error.</li>
<li>
Nonzero means that remaining packets have successfully been flushed into the page.</li>
</blockquote>