From 885ab727299107692cc5eca18ec928588cd572ff Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 14 Jul 2004 03:03:09 +0000 Subject: [PATCH] Propogate fix (from chris, to the website) back to the original copy of the 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vorbisfile/example.html b/doc/vorbisfile/example.html index 3d28e1a..eca62e0 100644 --- a/doc/vorbisfile/example.html +++ b/doc/vorbisfile/example.html @@ -143,7 +143,7 @@ Here's the read loop:

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