[xiph-cvs] cvs commit: vorbis/lib vorbisfile.c
Monty
xiphmont at xiph.org
Wed Nov 29 13:13:35 PST 2000
xiphmont 00/11/29 13:13:35
Modified: lib vorbisfile.c
Log:
comment correction in ov_read() return vals
Revision Changes Path
1.33 +2 -2 vorbis/lib/vorbisfile.c
Index: vorbisfile.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/vorbisfile.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- vorbisfile.c 2000/11/14 00:05:32 1.32
+++ vorbisfile.c 2000/11/29 21:13:34 1.33
@@ -12,7 +12,7 @@
********************************************************************
function: stdio-based convenience library for opening/seeking/decoding
- last mod: $Id: vorbisfile.c,v 1.32 2000/11/14 00:05:32 xiphmont Exp $
+ last mod: $Id: vorbisfile.c,v 1.33 2000/11/29 21:13:34 xiphmont Exp $
********************************************************************/
@@ -1106,7 +1106,7 @@
word) word size for output. currently 1 (byte) or
2 (16 bit short)
- return values: -1) error/hole in data (OV_HOLE)
+ return values: <0) error/hole in data (OV_HOLE)
0) EOF
n) number of bytes of PCM actually returned. The
below works on a packet-by-packet basis, so the
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list