[xiph-commits] r17693 - trunk/ogg/doc/libogg

gmaxwell at svn.xiph.org gmaxwell at svn.xiph.org
Tue Nov 30 20:10:12 PST 2010


Author: gmaxwell
Date: 2010-11-30 20:10:12 -0800 (Tue, 30 Nov 2010)
New Revision: 17693

Modified:
   trunk/ogg/doc/libogg/ogg_stream_pageout_fill.html
Log:
Fix ogg_stream_pageout_fill documentation bug pointed out by David Richards.

Modified: trunk/ogg/doc/libogg/ogg_stream_pageout_fill.html
===================================================================
--- trunk/ogg/doc/libogg/ogg_stream_pageout_fill.html	2010-11-30 19:32:31 UTC (rev 17692)
+++ trunk/ogg/doc/libogg/ogg_stream_pageout_fill.html	2010-12-01 04:10:12 UTC (rev 17693)
@@ -42,7 +42,7 @@
 <tr bgcolor=#cccccc>
 	<td>
 <pre><b>
-int ogg_stream_pageout(<a href="ogg_stream_state.html">ogg_stream_state</a> *os, <a href="ogg_page.html">ogg_page</a> *og, int fillbytes);
+int ogg_stream_pageout_fill(<a href="ogg_stream_state.html">ogg_stream_state</a> *os, <a href="ogg_page.html">ogg_page</a> *og, int fillbytes);
 </b></pre>
 	</td>
 </tr>



More information about the commits mailing list