Fix ogg_stream_pageout_fill documentation bug pointed out by David Richards.

svn path=/trunk/ogg/; revision=17693
This commit is contained in:
Gregory Maxwell 2010-12-01 04:10:12 +00:00
parent c3e079b055
commit 171acf3878

View File

@ -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>