[xiph-cvs] cvs commit: vorbis/doc vorbis-clip.txt vorbis-errors.txt

Monty xiphmont at xiph.org
Mon Oct 30 12:53:11 PST 2000



xiphmont    00/10/30 12:53:10

  Modified:    doc      Tag: branch_beta3 vorbis-clip.txt vorbis-errors.txt
  Log:
  Forgot ov_read error return codes

Revision  Changes    Path
No                   revision

No                   revision

1.1.2.2   +5 -4      vorbis/doc/Attic/vorbis-clip.txt

Index: vorbis-clip.txt
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/Attic/vorbis-clip.txt,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- vorbis-clip.txt	2000/10/29 21:46:11	1.1.2.1
+++ vorbis-clip.txt	2000/10/30 20:53:10	1.1.2.2
@@ -113,10 +113,11 @@
 
 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):
 

1.1.2.2   +2 -0      vorbis/doc/Attic/vorbis-errors.txt

Index: vorbis-errors.txt
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/Attic/vorbis-errors.txt,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- vorbis-errors.txt	2000/10/25 01:40:02	1.1.2.1
+++ vorbis-errors.txt	2000/10/30 20:53:10	1.1.2.2
@@ -99,3 +99,5 @@
 int ov_time_seek_page()
     OV_ENOSEEK, OV_EINVAL, OV_EREAD, OV_BADLINK, OV_FAULT
 
+long ov_read()
+    OV_HOLE, OV_EBADLINK

--- >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