summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-10-30 20:53:10 +0000
committerMonty <xiphmont@xiph.org>2000-10-30 20:53:10 +0000
commitc547256d74b83063f719c372144917444cbbe170 (patch)
tree69e9bcdae0bc99c35395d90cde2c086794ff58af
parentaf9914984a6ffbc9f45afad6646257f22d717627 (diff)
downloadlibvorbis-git-c547256d74b83063f719c372144917444cbbe170.tar.gz
Forgot ov_read error return codes
svn path=/branches/branch_beta3/vorbis/; revision=844
-rw-r--r--doc/vorbis-clip.txt9
-rw-r--r--doc/vorbis-errors.txt2
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/vorbis-clip.txt b/doc/vorbis-clip.txt
index 9406c1ab..a105bcb3 100644
--- a/doc/vorbis-clip.txt
+++ b/doc/vorbis-clip.txt
@@ -113,10 +113,11 @@ of the queue.
Note that short granule values (indicating less than the actually
returned about of data) are not legal in the Vorbis spec outside of
-indicating beginning and ending sample positions. However, decoders
-should, at minimum, tolerate inadvertant short values elsewhere in the
-stream (just as they should tolerate out-of-order/non-increasing
-granulepos values, although this too is illegal).
+indicating beginning and ending sample positions applying to the
+first/last audio packet. However, decoders should, at minimum,
+tolerate inadvertant short values elsewhere in the stream (just as
+they should tolerate out-of-order/non-increasing granulepos values,
+although this too is illegal).
Beginning point at arbitrary positive timestamp (no 'zero' sample):
diff --git a/doc/vorbis-errors.txt b/doc/vorbis-errors.txt
index d21e1fd5..e873d8ab 100644
--- a/doc/vorbis-errors.txt
+++ b/doc/vorbis-errors.txt
@@ -99,3 +99,5 @@ int ov_time_seek()
int ov_time_seek_page()
OV_ENOSEEK, OV_EINVAL, OV_EREAD, OV_BADLINK, OV_FAULT
+long ov_read()
+ OV_HOLE, OV_EBADLINK