summaryrefslogtreecommitdiff
path: root/doc/libogg/encoding.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libogg/encoding.html')
-rw-r--r--doc/libogg/encoding.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/libogg/encoding.html b/doc/libogg/encoding.html
index 32fa766..9485248 100644
--- a/doc/libogg/encoding.html
+++ b/doc/libogg/encoding.html
@@ -38,6 +38,10 @@ All the <b>libogg</b> specific functions are declared in "ogg/ogg.h".
<td>Submits a raw packet to the streaming layer, so that it can be formed into a page.</td>
</tr>
<tr valign=top>
+<td><a href="ogg_stream_iovecin.html">ogg_stream_iovecin</a></td>
+ <td>iovec version of ogg_stream_packetin() above.</td>
+</tr>
+<tr valign=top>
<td><a href="ogg_stream_pageout.html">ogg_stream_pageout</a></td>
<td>Outputs a completed page if the stream contains enough packets to form a full page.<td>
</tr>