Document that the ov_read functions can return OV_EINVAL if the
authorRalph Giles <giles@xiph.org>
Tue, 6 May 2008 03:04:19 +0000 (03:04 +0000)
committerRalph Giles <giles@xiph.org>
Tue, 6 May 2008 03:04:19 +0000 (03:04 +0000)
stream didn't open properly.

svn path=/trunk/vorbis/; revision=14838

doc/vorbisfile/ov_read.html
doc/vorbisfile/ov_read_float.html

index 4e92354..08aab81 100644 (file)
@@ -84,6 +84,10 @@ ig endian.  Typical value is 0.</dd>
 <dt>OV_EBADLINK</dt>
   <dd>indicates that an invalid stream section was supplied to
       libvorbisfile, or the requested link is corrupt.</dd>
+<dt>OV_EINVAL</dt>
+  <dd>indicates the initial file headers couldn't be read or 
+      are corrupt, or that the initial open call for <i>vf</i> 
+      failed.</dd>
 <dt>0</dt>
   <dd>indicates EOF</dd>
 <dt><i>n</i></dt>
index 2a9c9f1..2462151 100644 (file)
@@ -60,6 +60,10 @@ functions.</dd>
 <dt>OV_EBADLINK</dt>
   <dd>indicates that an invalid stream section was supplied to
       libvorbisfile, or the requested link is corrupt.</dd>
+<dt>OV_EINVAL</dt>
+  <dd>indicates the initial file headers couldn't be read or
+      are corrupt, or that the initial open call for <i>vf</i> 
+      failed.</dd>
 <dt>0</dt>
   <dd>indicates EOF</dd>
 <dt><i>n</i></dt>