summaryrefslogtreecommitdiff
path: root/doc/libogg/ogg_stream_packetout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libogg/ogg_stream_packetout.html')
-rw-r--r--doc/libogg/ogg_stream_packetout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libogg/ogg_stream_packetout.html b/doc/libogg/ogg_stream_packetout.html
index ac91cc8..8563849 100644
--- a/doc/libogg/ogg_stream_packetout.html
+++ b/doc/libogg/ogg_stream_packetout.html
@@ -60,7 +60,7 @@ on this stream state.</dd>
<h3>Return Values</h3>
<blockquote>
<ul>
-<li>-1 if we are out of sync and there is a gap in the data. Usually this will not be a fatal error. <i>op</i> contains a the first packet decodable after the hole.</li>
+<li>-1 if we are out of sync and there is a gap in the data. Usually this will not be a fatal error and subsequent calls to ogg_stream_packetout are likely to succeed. <i>op</i> has not been updated.</li>
<li>0 if there is insufficient data available to complete a packet. <i>op</i> has not been updated.
<li>1 if a packet was assembled normally. <i>op</i> contains the next packet from the stream.</li>
</ul>