summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-08-01 17:55:20 +0000
committerGregory Maxwell <greg@xiph.org>2011-08-01 17:55:20 +0000
commit237a3081dcafd11d5077d183395e63c515bf8dee (patch)
tree5fbf9e81152302bef7c7427bbcb17262ade0c758 /include
parent0664bdc1dd5e554db16cfc183b350a6c07a6f5ef (diff)
downloadogg-git-237a3081dcafd11d5077d183395e63c515bf8dee.tar.gz
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
Diffstat (limited to 'include')
-rw-r--r--include/ogg/ogg.h1
1 files changed, 1 insertions, 0 deletions
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 **************************/