summaryrefslogtreecommitdiff
path: root/doc/libogg/ogg_stream_pagein.html
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2009-05-20 00:18:35 +0000
committerMonty <xiphmont@xiph.org>2009-05-20 00:18:35 +0000
commit1729d36bdc11eb73f87a43544e7e90ae1c19b408 (patch)
tree99ca341fe3fe5c622cff8bf1ef2612971dd52865 /doc/libogg/ogg_stream_pagein.html
parent2847fef44c50bd277aed2200b8e06f7aabb34822 (diff)
downloadogg-1729d36bdc11eb73f87a43544e7e90ae1c19b408.tar.gz
Update documentation to reflect new API calls, and extended error return behavior.
git-svn-id: http://svn.xiph.org/trunk/ogg@16017 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'doc/libogg/ogg_stream_pagein.html')
-rw-r--r--doc/libogg/ogg_stream_pagein.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libogg/ogg_stream_pagein.html b/doc/libogg/ogg_stream_pagein.html
index 88d7a9b..a6ebb2a 100644
--- a/doc/libogg/ogg_stream_pagein.html
+++ b/doc/libogg/ogg_stream_pagein.html
@@ -43,7 +43,7 @@ int ogg_stream_pagein(<a href="ogg_stream_state.html">ogg_stream_state</a> *os,
<h3>Return Values</h3>
<blockquote>
-<li>-1 indicates failure. This means that the serial number of the page did not match the serial number of the bitstream, or that the page version was incorrect.</li>
+<li>-1 indicates failure. This means that the serial number of the page did not match the serial number of the bitstream, the page version was incorrect, or a memory allocation failed.</li>
<li>
0 means that the page was successfully submitted to the bitstream.</li>
</blockquote>