From 237a3081dcafd11d5077d183395e63c515bf8dee Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Mon, 1 Aug 2011 17:55:20 +0000 Subject: Add ogg_stream_flush_fill to compliment ogg_stream_pageout_fill because ogg_stream_flush will produce multiple pages when >4096 bytes and >4 packets are available. svn path=/trunk/ogg/; revision=18044 --- include/ogg/ogg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ogg/ogg.h b/include/ogg/ogg.h index e4a322f..7609fc2 100644 --- a/include/ogg/ogg.h +++ b/include/ogg/ogg.h @@ -161,6 +161,7 @@ extern int ogg_stream_iovecin(ogg_stream_state *os, ogg_iovec_t *iov, extern int ogg_stream_pageout(ogg_stream_state *os, ogg_page *og); extern int ogg_stream_pageout_fill(ogg_stream_state *os, ogg_page *og, int nfill); extern int ogg_stream_flush(ogg_stream_state *os, ogg_page *og); +extern int ogg_stream_flush_fill(ogg_stream_state *os, ogg_page *og, int nfill); /* Ogg BITSTREAM PRIMITIVES: decoding **************************/ -- cgit v1.2.1