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

chris at dactyl.lonelymoon.com chris
Tue Jul 13 08:57:07 PDT 2004


Author: chris
Date: Tue Jul 13 08:57:07 2004
New Revision: 7110

Modified:
websites/xiph.org/ogg/vorbis/doc/vorbisfile/example.html
Log:
changed the line with ov_read(), it used an older declaration


Modified: websites/xiph.org/ogg/vorbis/doc/vorbisfile/example.html
===================================================================
--- websites/xiph.org/ogg/vorbis/doc/vorbisfile/example.html	2004-07-13 11:40:44 UTC (rev 7109)
+++ websites/xiph.org/ogg/vorbis/doc/vorbisfile/example.html	2004-07-13 15:57:01 UTC (rev 7110)
@@ -143,7 +143,7 @@
<pre><b>

while(!eof){
-    long ret=ov_read(&vf,pcmout,sizeof(pcmout),&current_section);
+    long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,&current_section);
if (ret == 0) {
/* EOF */
eof=1;



More information about the commits mailing list