[xiph-commits] r7112 - trunk/vorbis/doc/vorbisfile

msmith at dactyl.lonelymoon.com msmith
Tue Jul 13 20:03:11 PDT 2004


Author: msmith
Date: Tue Jul 13 20:03:11 2004
New Revision: 7112

Modified:
trunk/vorbis/doc/vorbisfile/example.html
Log:
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.


Modified: trunk/vorbis/doc/vorbisfile/example.html
===================================================================
--- trunk/vorbis/doc/vorbisfile/example.html	2004-07-13 16:24:53 UTC (rev 7111)
+++ trunk/vorbis/doc/vorbisfile/example.html	2004-07-14 03:03:09 UTC (rev 7112)
@@ -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