[xiph-cvs] cvs commit: vorbis/doc/vorbisfile ov_clear.html

Stan Seibert volsung at xiph.org
Sat Sep 20 07:48:02 PDT 2003



volsung     03/09/20 10:48:02

  Modified:    doc/vorbisfile ov_clear.html
  Log:
  Slightly stronger wording to emphasize that ov_clear() closes the file so
  you shouldn't do it later.

Revision  Changes    Path
1.5       +1 -1      vorbis/doc/vorbisfile/ov_clear.html

Index: ov_clear.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisfile/ov_clear.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ov_clear.html	8 Mar 2003 08:11:28 -0000	1.4
+++ ov_clear.html	20 Sep 2003 14:48:02 -0000	1.5
@@ -18,7 +18,7 @@
 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
 
 <p> After a bitstream has been opened using ov_open()/ov_open_callbacks() 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 ov_test() or ov_test_callbacks().<p>
 

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