diff options
author | Monty <xiphmont@xiph.org> | 2009-05-27 04:50:41 +0000 |
---|---|---|
committer | Monty <xiphmont@xiph.org> | 2009-05-27 04:50:41 +0000 |
commit | 03f6a49de9eb639c241e98d1b45b6c114aff1e2c (patch) | |
tree | c068d2afeed290d4960389617b476e7e1de9d028 /doc/libogg/ogg_stream_packetpeek.html | |
parent | 22f8dcde1fb2ca6316d25f187d340d9b29591294 (diff) | |
download | ogg-git-03f6a49de9eb639c241e98d1b45b6c114aff1e2c.tar.gz |
Commit doc updates relating to async error interface
svn path=/trunk/ogg/; revision=16049
Diffstat (limited to 'doc/libogg/ogg_stream_packetpeek.html')
-rw-r--r-- | doc/libogg/ogg_stream_packetpeek.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libogg/ogg_stream_packetpeek.html b/doc/libogg/ogg_stream_packetpeek.html index 1bd44af..5c81393 100644 --- a/doc/libogg/ogg_stream_packetpeek.html +++ b/doc/libogg/ogg_stream_packetpeek.html @@ -58,8 +58,8 @@ packet?" check.</dd> <h3>Return Values</h3> <blockquote> <ul> -<li>-1 if there's no packet available due to lost sync or a hole -in the data.</li> +<li>-1 if there's no packet available due to lost sync or a hole in the data.</li> +<li>0 if there is insufficient data available to complete a packet, or on unrecoverable internal error occurred.</li> <li>1 if a packet is available.</li> </ul> </blockquote> |