summaryrefslogtreecommitdiff
path: root/doc/libogg
diff options
context:
space:
mode:
authoroggk <oggk@xiph.org>2009-04-04 15:22:40 +0000
committeroggk <oggk@xiph.org>2009-04-04 15:22:40 +0000
commit57dc76bd1f74c1fd50fb4ba35e43a5245239e153 (patch)
treeceb0d9596d68c1d3f624237a407271aaab396148 /doc/libogg
parentcb36a0032e4e873f9818eb43439a0daf2b55c240 (diff)
downloadogg-git-57dc76bd1f74c1fd50fb4ba35e43a5245239e153.tar.gz
fix implication that op is updated when -1 is returned.
svn path=/trunk/ogg/; revision=15906
Diffstat (limited to 'doc/libogg')
-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>