| CODENOTIFIER | HelpYou are not signed inSign in |
Project: OGG Vorbis
Revision: 14838
Author: giles
Date: 05 May 2008 23:04:19
Changes:Document that the ov_read functions can return OV_EINVAL if the
stream didn't open properly.
| ... | ...@@ -84,6 +84,10 @@ | |
| 84 | 84 | <dt>OV_EBADLINK</dt> |
| 85 | 85 | <dd>indicates that an invalid stream section was supplied to |
| 86 | 86 | libvorbisfile, or the requested link is corrupt.</dd> |
| 87 | <dt>OV_EINVAL</dt> | |
| 88 | <dd>indicates the initial file headers couldn't be read or | |
| 89 | are corrupt, or that the initial open call for <i>vf</i> | |
| 90 | failed.</dd> | |
| 87 | 91 | <dt>0</dt> |
| 88 | 92 | <dd>indicates EOF</dd> |
| 89 | 93 | <dt><i>n</i></dt> |
| ... | ...@@ -60,6 +60,10 @@ | |
| 60 | 60 | <dt>OV_EBADLINK</dt> |
| 61 | 61 | <dd>indicates that an invalid stream section was supplied to |
| 62 | 62 | libvorbisfile, or the requested link is corrupt.</dd> |
| 63 | <dt>OV_EINVAL</dt> | |
| 64 | <dd>indicates the initial file headers couldn't be read or | |
| 65 | are corrupt, or that the initial open call for <i>vf</i> | |
| 66 | failed.</dd> | |
| 63 | 67 | <dt>0</dt> |
| 64 | 68 | <dd>indicates EOF</dd> |
| 65 | 69 | <dt><i>n</i></dt> |