Propogate fix (from chris, to the website) back to the original copy of the
authorMike Smith <msmith@xiph.org>
Wed, 14 Jul 2004 03:03:09 +0000 (03:03 +0000)
committerMike Smith <msmith@xiph.org>
Wed, 14 Jul 2004 03:03:09 +0000 (03:03 +0000)
documentation.

We need a better way to keep docs in sync, editing the website copy is
definitely a bad idea.

svn path=/trunk/vorbis/; revision=7112

doc/vorbisfile/example.html

index 3d28e1a..eca62e0 100644 (file)
@@ -143,7 +143,7 @@ Here's the read loop:
 <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;