From 62f1a15a112b9d6201c8123e43e3a0126ac367f2 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Wed, 1 Dec 2010 04:10:12 +0000 Subject: 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 --- doc/libogg/ogg_stream_pageout_fill.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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.


-int ogg_stream_pageout(ogg_stream_state *os, ogg_page *og, int fillbytes);
+int ogg_stream_pageout_fill(ogg_stream_state *os, ogg_page *og, int fillbytes);
 
-- cgit v1.2.1