[xiph-commits] r8936 - websites/xiph.org/ogg/vorbis/doc/vorbisfile

msmith at motherfish-iii.xiph.org msmith at motherfish-iii.xiph.org
Tue Feb 15 20:51:52 PST 2005


Author: msmith
Date: 2005-02-15 20:51:49 -0800 (Tue, 15 Feb 2005)
New Revision: 8936

Modified:
   websites/xiph.org/ogg/vorbis/doc/vorbisfile/ov_clear.html
   websites/xiph.org/ogg/vorbis/doc/vorbisfile/ov_crosslap.html
   websites/xiph.org/ogg/vorbis/doc/vorbisfile/reference.html
Log:
Update the version of the vorbisfile docs on the website to match that in the
vorbis/doc directory.


Modified: websites/xiph.org/ogg/vorbis/doc/vorbisfile/ov_clear.html
===================================================================
--- websites/xiph.org/ogg/vorbis/doc/vorbisfile/ov_clear.html	2005-02-16 04:48:58 UTC (rev 8935)
+++ websites/xiph.org/ogg/vorbis/doc/vorbisfile/ov_clear.html	2005-02-16 04:51:49 UTC (rev 8936)
@@ -18,7 +18,7 @@
 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
 
 <p> After a bitstream has been opened using <a href="ov_open.html">ov_open()</a>/<a href="ov_open_callbacks.html">ov_open_callbacks()</a> and decoding is complete, the application must call <tt>ov_clear()</tt> to clear
-the decoder's buffers and close the file.<p>
+the decoder's buffers.  <tt>ov_clear()</tt> will also close the file.<p>
 
 <tt>ov_clear()</tt> must also be called after a successful call to <a href="ov_test.html">ov_test()</a> or <a href="ov_test_callbacks.html">ov_test_callbacks()</a>.<p>
 

Modified: websites/xiph.org/ogg/vorbis/doc/vorbisfile/ov_crosslap.html
===================================================================
--- websites/xiph.org/ogg/vorbis/doc/vorbisfile/ov_crosslap.html	2005-02-16 04:48:58 UTC (rev 8935)
+++ websites/xiph.org/ogg/vorbis/doc/vorbisfile/ov_crosslap.html	2005-02-16 04:51:49 UTC (rev 8936)
@@ -18,7 +18,7 @@
 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
 
 <p>ov_crosslap overlaps and blends the boundary at a transition
-between two seperate streams represented by seperate <a
+between two separate streams represented by separate <a
 href="OggVorbis_File.html">OggVorbis_File</a> structures.  For lapping
 transitions due to seeking within a single stream represented by a
 single <a href="OggVorbis_File.html">OggVorbis_File</a> structure,
@@ -75,7 +75,7 @@
 <dt>OV_EREAD</dt>
   <dd> A read from media returned an error.</dd>
 <dt>OV_EOF</dt>
-  <dd>indicates stream <tt>vf2</tt> is at end of file, or that <tt>vf1</tt> is at end of file immediately after a seek (making crosslap impossible as there's no preceeding decode state to crosslap).</dd>
+  <dd>indicates stream <tt>vf2</tt> is at end of file, or that <tt>vf1</tt> is at end of file immediately after a seek (making crosslap impossible as there's no preceding decode state to crosslap).</dd>
 <dt><i>0</i></dt>
   <dd>success.</dd>
 </dl>

Modified: websites/xiph.org/ogg/vorbis/doc/vorbisfile/reference.html
===================================================================
--- websites/xiph.org/ogg/vorbis/doc/vorbisfile/reference.html	2005-02-16 04:48:58 UTC (rev 8935)
+++ websites/xiph.org/ogg/vorbis/doc/vorbisfile/reference.html	2005-02-16 04:51:49 UTC (rev 8936)
@@ -32,6 +32,7 @@
 <br>
 <b>Decoding</b><br>
 <a href="ov_read.html">ov_read()</a><br>
+<a href="ov_read_float.html">ov_read_float()</a><br>
 <a href="ov_crosslap.html">ov_crosslap()</a><br>
 <br>
 <b>Seeking</b><br>



More information about the commits mailing list