summaryrefslogtreecommitdiff
path: root/doc
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
commit171acf3878f910654bcf5a3ceec1d9668dc6601f (patch)
treeb60090ea94d927e6a23e75f43af4be782d45b6d4 /doc
parentc3e079b05580bf2e9e31f425fcb7db2013e7a8b6 (diff)
downloadogg-git-171acf3878f910654bcf5a3ceec1d9668dc6601f.tar.gz
Fix ogg_stream_pageout_fill documentation bug pointed out by David Richards.
svn path=/trunk/ogg/; revision=17693
Diffstat (limited to 'doc')
-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>