summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2010-12-01 04:10:12 +0000
committerGregory Maxwell <greg@xiph.org>2010-12-01 04:10:12 +0000
commit62f1a15a112b9d6201c8123e43e3a0126ac367f2 (patch)
treeb60090ea94d927e6a23e75f43af4be782d45b6d4
parent7d3ec7309b0d388f26b51a4c41d32b9b34a8d68f (diff)
downloadogg-62f1a15a112b9d6201c8123e43e3a0126ac367f2.tar.gz
Fix ogg_stream_pageout_fill documentation bug pointed out by David Richards.
git-svn-id: http://svn.xiph.org/trunk/ogg@17693 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--doc/libogg/ogg_stream_pageout_fill.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libogg/ogg_stream_pageout_fill.html b/doc/libogg/ogg_stream_pageout_fill.html
index 3448ad2..13bd6ab 100644
--- a/doc/libogg/ogg_stream_pageout_fill.html
+++ b/doc/libogg/ogg_stream_pageout_fill.html
@@ -42,7 +42,7 @@ immediate page generation is desired regardless of accumulated data.</p>
<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>